#885949

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

Shades of Spicy Mix #885949

Tints of Spicy Mix #885949

Color information

#885949 (or 0x885949) is unknown color: approx Spicy Mix. HEX triplet: 88, 59 and 49. RGB value is (136,89,73). Sum of RGB (Red+Green+Blue) = 136+89+73=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #885949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885949 is #77A6B6. Grayscale: #656565. Windows color (decimal): -7841463 or 4807048. OLE color: 4807048.

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

Color convert

RGB1368973-
CMYK00.350.460.47
HSL15.24º30.14%40.98%-
HSV(B)15.24º46.32%53.33%-
XYZ14.9312.868-
YUV101.23112.07152.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=45.64%
G=29.87%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136897300.350.460.4715.2430.1440.98
Hex8859490232E2Ff1e29
Octal2101311110435657173651
Binary10001000101100110010010100011101110101111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885949; }

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

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

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

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

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

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

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

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