Html Css Color HEX #885E56 Spicy Mix

📋 copy color: '#885E56'

red 136 ◦ green 94 ◦ blue 86

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

Shades of Spicy Mix #885E56

Tints of Spicy Mix #885E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.22%

R = 43.04%
G = 29.75%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#885E56 (or 0x885E56) is known color: Spicy Mix. HEX triplet: 88, 5E and 56. RGB value is (136,94,86). Sum of RGB (Red+Green+Blue) = 136+94+86=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #885E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E56 is #77A1A9. Grayscale: #696969. Windows color (decimal): -7840170 or 5660296. OLE color: 5660296.

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

Color convert

RGB 136 94 86 -
CMYK 0 0.31 0.37 0.47
HSL 9.6º 0.23% 0.44% -
HSV(B) 9.6º 0.37% 0.53% -
XYZ 15.84 13.91 10.65 -
YUV 105.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 136 94 86 0 0.31 0.37 0.47 9.6 0.23 0.44
Hex 88 5E 56 0 1F 25 2F A 17 2C
Octal 210 136 126 0 37 45 57 12 27 54
Binary 10001000 1011110 1010110 0 11111 100101 101111 1010 10111 101100

Color Harmonies of #885E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E56

Black with #885E56

Text Example


Text Example

White with #885E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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