#885E42

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

Shades of Dark Wood #885E42

Tints of Dark Wood #885E42

Color information

#885E42 (or 0x885E42) is unknown color: approx Dark Wood. HEX triplet: 88, 5E and 42. RGB value is (136,94,66). Sum of RGB (Red+Green+Blue) = 136+94+66=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #885E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E42 is #77A1BD. Grayscale: #676767. Windows color (decimal): -7840190 or 4349576. OLE color: 4349576.

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

Color convert

RGB1369466-
CMYK00.310.510.47
HSL24º34.65%39.61%-
HSV(B)24º51.47%53.33%-
XYZ15.1413.636.99-
YUV103.37106.91151.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=45.95%
G=31.76%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136946600.310.510.472434.6539.61
Hex885E4201F332F182328
Octal2101361020376357304350
Binary100010001011110100001001111111001110111111000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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