Color Hex Logo

#835812 Color Hex

#835812
(131,88,18)
0 Favorites   0 Comments

Color spaces of #835812

RGB 1318818
HSL0.100.760.29
HSV37°86°51°
CMYK 0.000.330.86   0.49
XYZ12.959011.84842.1762
Yxy11.84840.48030.4391
Hunter Lab34.42156.964020.3466
CIE-Lab40.974211.765943.9551

#835812 color RGB value is (131,88,18).

#835812 hex color red value is 131, green value is 88 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #835812 hue: 0.10 , saturation: 0.76 and the lightness value of 835812 is 0.29.

The process color (four color CMYK) of #835812 color hex is 0.00, 0.33, 0.86, 0.49. Web safe color of #835812 is #996600. Color #835812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011000 00010010
Octal 203 130 22
Decimal 131 88 18
Hex 83 58 12

RGB Percentages of Color #835812

%55.27
%37.13
%7.59

CMYK Percentages of Color #835812

%0
%33
%86
%49

Triadic Colors of #835812

#835812 #128358 #581283

Analogous Colors of #835812

#835812 #768312 #832012

Monochromatic Colors of #835812

#835812

Complementary Color

#835812 #123d83

#835812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835812 Color CSS Codes

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

#835812 Text Font Color

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

This sample text font color is #835812
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.


#835812 Background Color

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

This div background color is #835812


#835812 Border Color

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

This div border color is #835812


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,88,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #835812; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #835812;
  -webkit-box-shadow: 1px 1px 3px 2px #835812;
  box-shadow:         1px 1px 3px 2px #835812; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,88,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835812


Comments

No comments written yet.

Please login to write comment.