Html Css Color HEX #885E42 Dark Wood

📋 copy color: '#885E42'

red 136 ◦ green 94 ◦ blue 66

#885E42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #885E42

Tints of Dark Wood #885E42

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.3%

R = 45.95%
G = 31.76%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#885E42 (or 0x885E42) is known color: 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

RGB 136 94 66 -
CMYK 0 0.31 0.51 0.47
HSL 24º 0.35% 0.4% -
HSV(B) 24º 0.51% 0.53% -
XYZ 15.14 13.63 6.99 -
YUV 103.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 136 94 66 0 0.31 0.51 0.47 24 0.35 0.4
Hex 88 5E 42 0 1F 33 2F 18 23 28
Octal 210 136 102 0 37 63 57 30 43 50
Binary 10001000 1011110 1000010 0 11111 110011 101111 11000 100011 101000

Color Harmonies of #885E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E42

Black with #885E42

Text Example


Text Example

White with #885E42

Text Example


Text Example

HTML Codes & Css Web 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>