Html Css Color HEX #885E41 Dark Wood

📋 copy color: '#885E41'

red 136 ◦ green 94 ◦ blue 65

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

Shades of Dark Wood #885E41

Tints of Dark Wood #885E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 46.1%
G = 31.86%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#885E41 (or 0x885E41) is known color: Dark Wood. HEX triplet: 88, 5E and 41. RGB value is (136,94,65). Sum of RGB (Red+Green+Blue) = 136+94+65=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #885E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E41 is #77A1BE. Grayscale: #676767. Windows color (decimal): -7840191 or 4284040. OLE color: 4284040.

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

Color convert

RGB 136 94 65 -
CMYK 0 0.31 0.52 0.47
HSL 24.51º 0.35% 0.39% -
HSV(B) 24.51º 0.52% 0.53% -
XYZ 15.11 13.62 6.83 -
YUV 103.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 136 94 65 0 0.31 0.52 0.47 24.51 0.35 0.39
Hex 88 5E 41 0 1F 34 2F 19 23 27
Octal 210 136 101 0 37 64 57 31 43 47
Binary 10001000 1011110 1000001 0 11111 110100 101111 11001 100011 100111

Color Harmonies of #885E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E41

Black with #885E41

Text Example


Text Example

White with #885E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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