#876847

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

Shades of Dark Wood #876847

Tints of Dark Wood #876847

Color information

#876847 (or 0x876847) is unknown color: approx Dark Wood. HEX triplet: 87, 68 and 47. RGB value is (135,104,71). Sum of RGB (Red+Green+Blue) = 135+104+71=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #876847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876847 is #7897B8. Grayscale: #6D6D6D. Windows color (decimal): -7903161 or 4679815. OLE color: 4679815.

HSL color Cylindrical-coordinate representation of color #876847: hue angle of 30.94º 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 #876847 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13510471-
CMYK00.230.470.47
HSL30.94º31.07%40.39%-
HSV(B)30.94º47.41%52.94%-
XYZ16.0815.518.11-
YUV109.51106.27146.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=43.55%
G=33.55%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351047100.230.470.4730.9431.0740.39
Hex8768470172F2F1f1f28
Octal2071501070275757373750
Binary10000111110100010001110101111011111011111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876847; }

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

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

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

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

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

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

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

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