Html Css Color HEX #885D42 Dark Wood

📋 copy color: '#885D42'

red 136 ◦ green 93 ◦ blue 66

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

Shades of Dark Wood #885D42

Tints of Dark Wood #885D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 46.1%
G = 31.53%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#885D42 (or 0x885D42) is known color: Dark Wood. HEX triplet: 88, 5D and 42. RGB value is (136,93,66). Sum of RGB (Red+Green+Blue) = 136+93+66=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #885D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D42 is #77A2BD. Grayscale: #666666. Windows color (decimal): -7840446 or 4349320. OLE color: 4349320.

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

Color convert

RGB 136 93 66 -
CMYK 0 0.32 0.51 0.47
HSL 23.14º 0.35% 0.4% -
HSV(B) 23.14º 0.51% 0.53% -
XYZ 15.05 13.46 6.96 -
YUV 102.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 136 93 66 0 0.32 0.51 0.47 23.14 0.35 0.4
Hex 88 5D 42 0 20 33 2F 17 23 28
Octal 210 135 102 0 40 63 57 27 43 50
Binary 10001000 1011101 1000010 0 100000 110011 101111 10111 100011 101000

Color Harmonies of #885D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D42

Black with #885D42

Text Example


Text Example

White with #885D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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