Html Css Color HEX #885F5E Light Wood

📋 copy color: '#885F5E'

red 136 ◦ green 95 ◦ blue 94

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

Shades of Light Wood #885F5E

Tints of Light Wood #885F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 41.85%
G = 29.23%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#885F5E (or 0x885F5E) is known color: Light Wood. HEX triplet: 88, 5F and 5E. RGB value is (136,95,94). Sum of RGB (Red+Green+Blue) = 136+95+94=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #885F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F5E is #77A0A1. Grayscale: #6B6B6B. Windows color (decimal): -7839906 or 6184840. OLE color: 6184840.

HSL color Cylindrical-coordinate representation of color #885F5E: hue angle of 1.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #885F5E is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 94 -
CMYK 0 0.30 0.31 0.47
HSL 1.43º 0.18% 0.45% -
HSV(B) 1.43º 0.31% 0.53% -
XYZ 16.27 14.23 12.48 -
YUV 107.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 136 95 94 0 0.30 0.31 0.47 1.43 0.18 0.45
Hex 88 5F 5E 0 1E 1F 2F 1 12 2D
Octal 210 137 136 0 36 37 57 1 22 55
Binary 10001000 1011111 1011110 0 11110 11111 101111 1 10010 101101

Color Harmonies of #885F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F5E

Black with #885F5E

Text Example


Text Example

White with #885F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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