Html Css Color HEX #885F44 Dark Wood

📋 copy color: '#885F44'

red 136 ◦ green 95 ◦ blue 68

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

Shades of Dark Wood #885F44

Tints of Dark Wood #885F44

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.77%

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 45.48%
G = 31.77%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#885F44 (or 0x885F44) is known color: Dark Wood. HEX triplet: 88, 5F and 44. RGB value is (136,95,68). Sum of RGB (Red+Green+Blue) = 136+95+68=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #885F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F44 is #77A0BB. Grayscale: #686868. Windows color (decimal): -7839932 or 4480904. OLE color: 4480904.

HSL color Cylindrical-coordinate representation of color #885F44: hue angle of 23.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #885F44 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 68 -
CMYK 0 0.30 0.50 0.47
HSL 23.82º 0.33% 0.4% -
HSV(B) 23.82º 0.5% 0.53% -
XYZ 15.29 13.84 7.33 -
YUV 104.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 136 95 68 0 0.30 0.50 0.47 23.82 0.33 0.4
Hex 88 5F 44 0 1E 32 2F 18 21 28
Octal 210 137 104 0 36 62 57 30 41 50
Binary 10001000 1011111 1000100 0 11110 110010 101111 11000 100001 101000

Color Harmonies of #885F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F44

Black with #885F44

Text Example


Text Example

White with #885F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,95,68); }

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

background-color css

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

 a { background-color: rgb(136,95,68); }

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

border-color css

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

 span { border-color: rgb(136,95,68); }

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