Html Css Color HEX #885E40 Dark Wood

📋 copy color: '#885E40'

red 136 ◦ green 94 ◦ blue 64

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

Shades of Dark Wood #885E40

Tints of Dark Wood #885E40

RGB

 RED value IS 136 (53.52% from 255) = 46.26%

 GREEN value IS 94 (37.11% from 255) = 31.97%

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 46.26%
G = 31.97%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#885E40 (or 0x885E40) is known color: Dark Wood. HEX triplet: 88, 5E and 40. RGB value is (136,94,64). Sum of RGB (Red+Green+Blue) = 136+94+64=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #885E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E40 is #77A1BF. Grayscale: #676767. Windows color (decimal): -7840192 or 4218504. OLE color: 4218504.

HSL color Cylindrical-coordinate representation of color #885E40: hue angle of 25º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885E40 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 94 64 -
CMYK 0 0.31 0.53 0.47
HSL 25º 0.36% 0.39% -
HSV(B) 25º 0.53% 0.53% -
XYZ 15.08 13.61 6.68 -
YUV 103.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 136 94 64 0 0.31 0.53 0.47 25 0.36 0.39
Hex 88 5E 40 0 1F 35 2F 19 24 27
Octal 210 136 100 0 37 65 57 31 44 47
Binary 10001000 1011110 1000000 0 11111 110101 101111 11001 100100 100111

Color Harmonies of #885E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E40

Black with #885E40

Text Example


Text Example

White with #885E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #885E40;
 }
 .AnyTagClassName
 {
   color: #885E40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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