#84594D

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

Shades of Spicy Mix #84594D

Tints of Spicy Mix #84594D

Color information

#84594D (or 0x84594D) is unknown color: approx Spicy Mix. HEX triplet: 84, 59 and 4D. RGB value is (132,89,77). Sum of RGB (Red+Green+Blue) = 132+89+77=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84594D is #7BA6B2. Grayscale: #646464. Windows color (decimal): -8103603 or 5069188. OLE color: 5069188.

HSL color Cylindrical-coordinate representation of color #84594D: hue angle of 13.09º degrees, saturation: 0.26, 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 #84594D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1328977-
CMYK00.330.420.48
HSL13.09º26.32%40.98%-
HSV(B)13.09º41.67%51.76%-
XYZ14.4312.598.69-
YUV100.49114.75150.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=44.30%
G=29.87%
B=25.84%

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
Decimal132897700.330.420.4813.0926.3240.98
Hex84594D0212A30d1a29
Octal2041311150415260153251
Binary10000100101100110011010100001101010110000110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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