#855949

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

Shades of Spicy Mix #855949

Tints of Spicy Mix #855949

Color information

#855949 (or 0x855949) is unknown color: approx Spicy Mix. HEX triplet: 85, 59 and 49. RGB value is (133,89,73). Sum of RGB (Red+Green+Blue) = 133+89+73=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #855949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855949 is #7AA6B6. Grayscale: #646464. Windows color (decimal): -8038071 or 4807045. OLE color: 4807045.

HSL color Cylindrical-coordinate representation of color #855949: hue angle of 16º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855949 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1338973-
CMYK00.330.450.48
HSL16º29.13%40.39%-
HSV(B)16º45.11%52.16%-
XYZ14.4512.617.98-
YUV100.33112.58151.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=45.08%
G=30.17%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133897300.330.450.481629.1340.39
Hex8559490212D30101d28
Octal2051311110415560203550
Binary100001011011001100100101000011011011100001000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855949; }

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

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

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

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

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

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

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

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