#885F49

Color #885F49 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #885F49

Tints of Spicy Mix #885F49

Color information

#885F49 (or 0x885F49) is unknown color: approx Spicy Mix. HEX triplet: 88, 5F and 49. RGB value is (136,95,73). Sum of RGB (Red+Green+Blue) = 136+95+73=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F49 is #77A0B6. Grayscale: #686868. Windows color (decimal): -7839927 or 4808584. OLE color: 4808584.

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

Color convert

RGB1369573-
CMYK00.300.460.47
HSL20.95º30.14%40.98%-
HSV(B)20.95º46.32%53.33%-
XYZ15.4513.98.17-
YUV104.75110.08150.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=44.74%
G=31.25%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136957300.300.460.4720.9530.1440.98
Hex885F4901E2E2F151e29
Octal2101371110365657253651
Binary10001000101111110010010111101011101011111010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #885F49;
 }
 .AnyTagClassName
 {
   color: #885F49;
 }
</style>
background-color css

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

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

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

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

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

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