#845949

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

Shades of Spicy Mix #845949

Tints of Spicy Mix #845949

Color information

#845949 (or 0x845949) is unknown color: approx Spicy Mix. HEX triplet: 84, 59 and 49. RGB value is (132,89,73). Sum of RGB (Red+Green+Blue) = 132+89+73=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #845949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845949 is #7BA6B6. Grayscale: #646464. Windows color (decimal): -8103607 or 4807044. OLE color: 4807044.

HSL color Cylindrical-coordinate representation of color #845949: hue angle of 16.27º 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 #845949 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1328973-
CMYK00.330.450.48
HSL16.27º28.78%40.2%-
HSV(B)16.27º44.7%51.76%-
XYZ14.2912.537.97-
YUV100.03112.75150.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=44.90%
G=30.27%
B=24.83%

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
Decimal132897300.330.450.4816.2728.7840.2
Hex8459490212D30101d28
Octal2041311110415560203550
Binary100001001011001100100101000011011011100001000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845949; }

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

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

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

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

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

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

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

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