Html Css Color HEX #885E5E Light Wood

📋 copy color: '#885E5E'

red 136 ◦ green 94 ◦ blue 94

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

Shades of Light Wood #885E5E

Tints of Light Wood #885E5E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

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

R = 41.98%
G = 29.01%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#885E5E (or 0x885E5E) is known color: Light Wood. HEX triplet: 88, 5E and 5E. RGB value is (136,94,94). Sum of RGB (Red+Green+Blue) = 136+94+94=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #885E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E5E is #77A1A1. Grayscale: #6A6A6A. Windows color (decimal): -7840162 or 6184584. OLE color: 6184584.

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

Color convert

RGB 136 94 94 -
CMYK 0 0.31 0.31 0.47
HSL 0.18% 0.45% -
HSV(B) 0.31% 0.53% -
XYZ 16.18 14.05 12.45 -
YUV 106.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 136 94 94 0 0.31 0.31 0.47 0 0.18 0.45
Hex 88 5E 5E 0 1F 1F 2F 0 12 2D
Octal 210 136 136 0 37 37 57 0 22 55
Binary 10001000 1011110 1011110 0 11111 11111 101111 0 10010 101101

Color Harmonies of #885E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E5E

Black with #885E5E

Text Example


Text Example

White with #885E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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