Color Hex Logo

#895233 Color Hex

#895233
(137,82,51)
0 Favorites   0 Comments

Color spaces of #895233

RGB 1378251
HSL0.060.460.37
HSV22°63°54°
CMYK 0.000.400.63   0.46
XYZ13.931411.59204.6352
Yxy11.59200.46190.3844
Hunter Lab34.047013.456515.7611
CIE-Lab40.560219.832527.6837

#895233 color RGB value is (137,82,51).

#895233 hex color red value is 137, green value is 82 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #895233 hue: 0.06 , saturation: 0.46 and the lightness value of 895233 is 0.37.

The process color (four color CMYK) of #895233 color hex is 0.00, 0.40, 0.63, 0.46. Web safe color of #895233 is #996633. Color #895233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 00110011
Octal 211 122 63
Decimal 137 82 51
Hex 89 52 33

RGB Percentages of Color #895233

%50.74
%30.37
%18.89

CMYK Percentages of Color #895233

%0
%40
%63
%46

Triadic Colors of #895233

#895233 #338952 #523389

Analogous Colors of #895233

#895233 #897d33 #89333f

Monochromatic Colors of #895233

#895233

Complementary Color

#895233 #336a89

#895233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895233 Color CSS Codes

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

#895233 Text Font Color

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

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


#895233 Background Color

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

This div background color is #895233


#895233 Border Color

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

This div border color is #895233


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,82,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895233; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895233;
  -webkit-box-shadow: 1px 1px 3px 2px #895233;
  box-shadow:         1px 1px 3px 2px #895233; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,82,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895233


Comments

No comments written yet.

Please login to write comment.