#845947

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

Shades of Spicy Mix #845947

Tints of Spicy Mix #845947

Color information

#845947 (or 0x845947) is unknown color: approx Spicy Mix. HEX triplet: 84, 59 and 47. RGB value is (132,89,71). Sum of RGB (Red+Green+Blue) = 132+89+71=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #845947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845947 is #7BA6B8. Grayscale: #636363. Windows color (decimal): -8103609 or 4675972. OLE color: 4675972.

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

Color convert

RGB1328971-
CMYK00.330.460.48
HSL17.7º30.05%39.8%-
HSV(B)17.7º46.21%51.76%-
XYZ14.2312.517.63-
YUV99.8111.75150.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 71 (28.12% from 255) = 24.32%
R=45.21%
G=30.48%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132897100.330.460.4817.730.0539.8
Hex8459470212E30121e28
Octal2041311070415660223650
Binary100001001011001100011101000011011101100001001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845947; }

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

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

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

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

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

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

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

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