#84594C

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

Shades of Spicy Mix #84594C

Tints of Spicy Mix #84594C

Color information

#84594C (or 0x84594C) is unknown color: approx Spicy Mix. HEX triplet: 84, 59 and 4C. RGB value is (132,89,76). Sum of RGB (Red+Green+Blue) = 132+89+76=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84594C is #7BA6B3. Grayscale: #646464. Windows color (decimal): -8103604 or 5003652. OLE color: 5003652.

HSL color Cylindrical-coordinate representation of color #84594C: hue angle of 13.93º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84594C is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1328976-
CMYK00.330.420.48
HSL13.93º26.92%40.78%-
HSV(B)13.93º42.42%51.76%-
XYZ14.3912.578.51-
YUV100.37114.25150.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=44.44%
G=29.97%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132897600.330.420.4813.9326.9240.78
Hex84594C0212A30e1b29
Octal2041311140415260163351
Binary10000100101100110011000100001101010110000111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84594C; }

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

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

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

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

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

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

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

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