#876047

Color #876047 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #876047

Tints of Dark Wood #876047

Color information

#876047 (or 0x876047) is unknown color: approx Dark Wood. HEX triplet: 87, 60 and 47. RGB value is (135,96,71). Sum of RGB (Red+Green+Blue) = 135+96+71=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #876047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876047 is #789FB8. Grayscale: #686868. Windows color (decimal): -7905209 or 4677767. OLE color: 4677767.

HSL color Cylindrical-coordinate representation of color #876047: hue angle of 23.44º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #876047 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1359671-
CMYK00.290.470.47
HSL23.44º31.07%40.39%-
HSV(B)23.44º47.41%52.94%-
XYZ15.3113.977.85-
YUV104.81108.92149.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=44.70%
G=31.79%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135967100.290.470.4723.4431.0740.39
Hex87604701D2F2F171f28
Octal2071401070355757273750
Binary10000111110000010001110111011011111011111011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876047; }

 p { color: rgb(135,96,71); }

 H1.HeaderClassName
 {
   color: #876047;
 }
 .AnyTagClassName
 {
   color: #876047;
 }
</style>
background-color css

<style>
 a { background-color: #876047; }

 a { background-color: rgb(135,96,71); }

 div.DivClassName
 {
   background-color: #876047;
 }
 .BgClassName
 {
   background-color: #876047;
 }
</style>
border-color css

<style>
 span { border-color: #876047; }

 span { border-color: rgb(135,96,71); }

 td.TdClassName
 {
   border-color: #876047;
 }
 .TagClassName
 {
   border-color: #876047;
 }
</style>