#845B49

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

Shades of Spicy Mix #845B49

Tints of Spicy Mix #845B49

Color information

#845B49 (or 0x845B49) is unknown color: approx Spicy Mix. HEX triplet: 84, 5B and 49. RGB value is (132,91,73). Sum of RGB (Red+Green+Blue) = 132+91+73=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #845B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B49 is #7BA4B6. Grayscale: #656565. Windows color (decimal): -8103095 or 4807556. OLE color: 4807556.

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

Color convert

RGB1329173-
CMYK00.310.450.48
HSL18.31º28.78%40.2%-
HSV(B)18.31º44.7%51.76%-
XYZ14.4612.878.03-
YUV101.21112.08149.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 73 (28.91% from 255) = 24.66%
R=44.59%
G=30.74%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132917300.310.450.4818.3128.7840.2
Hex845B4901F2D30121d28
Octal2041331110375560223550
Binary10000100101101110010010111111011011100001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845B49; }

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

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

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

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

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

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

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

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