Color Hex Logo

#895a2b Color Hex

#895A2B
(137,90,43)
0 Favorites   0 Comments

Color spaces of #895a2b

RGB 1379043
HSL0.080.520.35
HSV30°69°54°
CMYK 0.000.340.69   0.46
XYZ14.408712.80513.9977
Yxy12.80510.46160.4103
Hunter Lab35.78429.251618.4253
CIE-Lab42.468114.585634.3339

#895a2b color RGB value is (137,90,43).

#895a2b hex color red value is 137, green value is 90 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #895a2b hue: 0.08 , saturation: 0.52 and the lightness value of 895a2b is 0.35.

The process color (four color CMYK) of #895a2b color hex is 0.00, 0.34, 0.69, 0.46. Web safe color of #895a2b is #996633. Color #895a2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011010 00101011
Octal 211 132 53
Decimal 137 90 43
Hex 89 5A 2B

RGB Percentages of Color #895a2b

%50.74
%33.33
%15.93

CMYK Percentages of Color #895a2b

%0
%34
%69
%46

Triadic Colors of #895a2b

#895a2b #2b895a #5a2b89

Analogous Colors of #895a2b

#895a2b #89892b #892b2b

Monochromatic Colors of #895a2b

#895a2b

Complementary Color

#895a2b #2b5a89

#895a2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895a2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#895a2b Color CSS Codes

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

#895a2b Text Font Color

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

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


#895a2b Background Color

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

This div background color is #895a2b


#895a2b Border Color

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

This div border color is #895a2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,90,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895a2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895a2b;
  -webkit-box-shadow: 1px 1px 3px 2px #895a2b;
  box-shadow:         1px 1px 3px 2px #895a2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895a2b


Comments

No comments written yet.

Please login to write comment.