Html Css Color HEX #885B44 Dark Wood

📋 copy color: '#885B44'

red 136 ◦ green 91 ◦ blue 68

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

Shades of Dark Wood #885B44

Tints of Dark Wood #885B44

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 46.1%
G = 30.85%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#885B44 (or 0x885B44) is known color: Dark Wood. HEX triplet: 88, 5B and 44. RGB value is (136,91,68). Sum of RGB (Red+Green+Blue) = 136+91+68=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #885B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B44 is #77A4BB. Grayscale: #656565. Windows color (decimal): -7840956 or 4479880. OLE color: 4479880.

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

Color convert

RGB 136 91 68 -
CMYK 0 0.33 0.50 0.47
HSL 20.29º 0.33% 0.4% -
HSV(B) 20.29º 0.5% 0.53% -
XYZ 14.94 13.13 7.22 -
YUV 101.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 136 91 68 0 0.33 0.50 0.47 20.29 0.33 0.4
Hex 88 5B 44 0 21 32 2F 14 21 28
Octal 210 133 104 0 41 62 57 24 41 50
Binary 10001000 1011011 1000100 0 100001 110010 101111 10100 100001 101000

Color Harmonies of #885B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B44

Black with #885B44

Text Example


Text Example

White with #885B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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