#875C42

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

Shades of Dark Wood #875C42

Tints of Dark Wood #875C42

Color information

#875C42 (or 0x875C42) is unknown color: approx Dark Wood. HEX triplet: 87, 5C and 42. RGB value is (135,92,66). Sum of RGB (Red+Green+Blue) = 135+92+66=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #875C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C42 is #78A3BD. Grayscale: #666666. Windows color (decimal): -7906238 or 4349063. OLE color: 4349063.

HSL color Cylindrical-coordinate representation of color #875C42: hue angle of 22.61º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875C42 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1359266-
CMYK00.320.510.47
HSL22.61º34.33%39.41%-
HSV(B)22.61º51.11%52.94%-
XYZ14.813.26.92-
YUV101.89107.75151.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=46.08%
G=31.40%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135926600.320.510.4722.6134.3339.41
Hex875C42020332F172227
Octal2071341020406357274247
Binary1000011110111001000010010000011001110111110111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,66); }

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

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

 a { background-color: rgb(135,92,66); }

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

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

 span { border-color: rgb(135,92,66); }

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