#885D42

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

Shades of Dark Wood #885D42

Tints of Dark Wood #885D42

Color information

#885D42 (or 0x885D42) is unknown color: approx Dark Wood. HEX triplet: 88, 5D and 42. RGB value is (136,93,66). Sum of RGB (Red+Green+Blue) = 136+93+66=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #885D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D42 is #77A2BD. Grayscale: #666666. Windows color (decimal): -7840446 or 4349320. OLE color: 4349320.

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

Color convert

RGB1369366-
CMYK00.320.510.47
HSL23.14º34.65%39.61%-
HSV(B)23.14º51.47%53.33%-
XYZ15.0513.466.96-
YUV102.78107.25151.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=46.10%
G=31.53%
B=22.37%

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
Decimal136936600.320.510.4723.1434.6539.61
Hex885D42020332F172328
Octal2101351020406357274350
Binary1000100010111011000010010000011001110111110111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885D42; }

 p { color: rgb(136,93,66); }

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

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

 a { background-color: rgb(136,93,66); }

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

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

 span { border-color: rgb(136,93,66); }

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