#876147

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

Shades of Dark Wood #876147

Tints of Dark Wood #876147

Color information

#876147 (or 0x876147) is unknown color: approx Dark Wood. HEX triplet: 87, 61 and 47. RGB value is (135,97,71). Sum of RGB (Red+Green+Blue) = 135+97+71=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #876147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876147 is #789EB8. Grayscale: #696969. Windows color (decimal): -7904953 or 4678023. OLE color: 4678023.

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

Color convert

RGB1359771-
CMYK00.280.470.47
HSL24.37º31.07%40.39%-
HSV(B)24.37º47.41%52.94%-
XYZ15.414.167.88-
YUV105.4108.59149.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=44.55%
G=32.01%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135977100.280.470.4724.3731.0740.39
Hex87614701C2F2F181f28
Octal2071411070345757303750
Binary10000111110000110001110111001011111011111100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876147; }

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

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

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

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

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

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

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

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