Html Css Color HEX #885F42 Dark Wood

📋 copy color: '#885F42'

red 136 ◦ green 95 ◦ blue 66

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

Shades of Dark Wood #885F42

Tints of Dark Wood #885F42

RGB

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

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

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

R = 45.79%
G = 31.99%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#885F42 (or 0x885F42) is known color: Dark Wood. HEX triplet: 88, 5F and 42. RGB value is (136,95,66). Sum of RGB (Red+Green+Blue) = 136+95+66=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #885F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F42 is #77A0BD. Grayscale: #686868. Windows color (decimal): -7839934 or 4349832. OLE color: 4349832.

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

Color convert

RGB 136 95 66 -
CMYK 0 0.30 0.51 0.47
HSL 24.86º 0.35% 0.4% -
HSV(B) 24.86º 0.51% 0.53% -
XYZ 15.23 13.81 7.02 -
YUV 103.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 136 95 66 0 0.30 0.51 0.47 24.86 0.35 0.4
Hex 88 5F 42 0 1E 33 2F 19 23 28
Octal 210 137 102 0 36 63 57 31 43 50
Binary 10001000 1011111 1000010 0 11110 110011 101111 11001 100011 101000

Color Harmonies of #885F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F42

Black with #885F42

Text Example


Text Example

White with #885F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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