Html Css Color HEX #885D44 Dark Wood

📋 copy color: '#885D44'

red 136 ◦ green 93 ◦ blue 68

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

Shades of Dark Wood #885D44

Tints of Dark Wood #885D44

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

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

R = 45.79%
G = 31.31%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#885D44 (or 0x885D44) is known color: Dark Wood. HEX triplet: 88, 5D and 44. RGB value is (136,93,68). Sum of RGB (Red+Green+Blue) = 136+93+68=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #885D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D44 is #77A2BB. Grayscale: #676767. Windows color (decimal): -7840444 or 4480392. OLE color: 4480392.

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

Color convert

RGB 136 93 68 -
CMYK 0 0.32 0.50 0.47
HSL 22.06º 0.33% 0.4% -
HSV(B) 22.06º 0.5% 0.53% -
XYZ 15.11 13.48 7.27 -
YUV 103.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 136 93 68 0 0.32 0.50 0.47 22.06 0.33 0.4
Hex 88 5D 44 0 20 32 2F 16 21 28
Octal 210 135 104 0 40 62 57 26 41 50
Binary 10001000 1011101 1000100 0 100000 110010 101111 10110 100001 101000

Color Harmonies of #885D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D44

Black with #885D44

Text Example


Text Example

White with #885D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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