Html Css Color HEX #885C44 Dark Wood

📋 copy color: '#885C44'

red 136 ◦ green 92 ◦ blue 68

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

Shades of Dark Wood #885C44

Tints of Dark Wood #885C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

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

R = 45.95%
G = 31.08%
B = 22.97%

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

#885C44 (or 0x885C44) is known color: Dark Wood. HEX triplet: 88, 5C and 44. RGB value is (136,92,68). Sum of RGB (Red+Green+Blue) = 136+92+68=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #885C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C44 is #77A3BB. Grayscale: #666666. Windows color (decimal): -7840700 or 4480136. OLE color: 4480136.

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

Color convert

RGB 136 92 68 -
CMYK 0 0.32 0.50 0.47
HSL 21.18º 0.33% 0.4% -
HSV(B) 21.18º 0.5% 0.53% -
XYZ 15.02 13.31 7.25 -
YUV 102.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 136 92 68 0 0.32 0.50 0.47 21.18 0.33 0.4
Hex 88 5C 44 0 20 32 2F 15 21 28
Octal 210 134 104 0 40 62 57 25 41 50
Binary 10001000 1011100 1000100 0 100000 110010 101111 10101 100001 101000

Color Harmonies of #885C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C44

Black with #885C44

Text Example


Text Example

White with #885C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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