#875F47

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

Shades of Dark Wood #875F47

Tints of Dark Wood #875F47

Color information

#875F47 (or 0x875F47) is unknown color: approx Dark Wood. HEX triplet: 87, 5F and 47. RGB value is (135,95,71). Sum of RGB (Red+Green+Blue) = 135+95+71=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #875F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F47 is #78A0B8. Grayscale: #686868. Windows color (decimal): -7905465 or 4677511. OLE color: 4677511.

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

Color convert

RGB1359571-
CMYK00.300.470.47
HSL22.5º31.07%40.39%-
HSV(B)22.5º47.41%52.94%-
XYZ15.2213.797.82-
YUV104.22109.25149.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=44.85%
G=31.56%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135957100.300.470.4722.531.0740.39
Hex875F4701E2F2F161f28
Octal2071371070365757263750
Binary10000111101111110001110111101011111011111011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875F47; }

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

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

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

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

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

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

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

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