Color Hex Logo

#843116 Color Hex

#843116
(132,49,22)
0 Favorites   0 Comments

Color spaces of #843116

RGB 1324922
HSL0.040.710.30
HSV15°83°52°
CMYK 0.000.630.83   0.48
XYZ10.75897.16011.5740
Yxy7.16010.55190.3673
Hunter Lab26.758424.943515.2433
CIE-Lab32.168634.245434.3289

#843116 color RGB value is (132,49,22).

#843116 hex color red value is 132, green value is 49 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #843116 hue: 0.04 , saturation: 0.71 and the lightness value of 843116 is 0.30.

The process color (four color CMYK) of #843116 color hex is 0.00, 0.63, 0.83, 0.48. Web safe color of #843116 is #993300. Color #843116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 00010110
Octal 204 61 26
Decimal 132 49 22
Hex 84 31 16

RGB Percentages of Color #843116

%65.02
%24.14
%10.84

CMYK Percentages of Color #843116

%0
%63
%83
%48

Triadic Colors of #843116

#843116 #168431 #311684

Analogous Colors of #843116

#843116 #846816 #841632

Monochromatic Colors of #843116

#843116

Complementary Color

#843116 #166984

#843116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843116 Color CSS Codes

.mybgcolor {background-color:#843116; } 
.myforecolor {color:#843116; }
.mybordercolor {border:3px solid #843116; }

#843116 Text Font Color

<p style="color:#843116">Text here</p>

This sample text font color is #843116
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#843116 Background Color

<div style="background-color:#843116">
Div content here</div>

This div background color is #843116


#843116 Border Color

<div style="border:3px solid #843116">
Div here</div>

This div border color is #843116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,49,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843116;
  -webkit-box-shadow: 1px 1px 3px 2px #843116;
  box-shadow:         1px 1px 3px 2px #843116; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,49,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #843116">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #843116;
  -webkit-box-shadow: 1px 1px 3px 2px #843116;
  box-shadow:         1px 1px 3px 2px #843116;">
Div content here</div>

This div box has shadow with color #843116


Comments

No comments written yet.

Please login to write comment.