#84584D

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

Shades of Spicy Mix #84584D

Tints of Spicy Mix #84584D

Color information

#84584D (or 0x84584D) is unknown color: approx Spicy Mix. HEX triplet: 84, 58 and 4D. RGB value is (132,88,77). Sum of RGB (Red+Green+Blue) = 132+88+77=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84584D is #7BA7B2. Grayscale: #636363. Windows color (decimal): -8103859 or 5068932. OLE color: 5068932.

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

Color convert

RGB1328877-
CMYK00.330.420.48
HSL12º26.32%40.98%-
HSV(B)12º41.67%51.76%-
XYZ14.3412.428.66-
YUV99.9115.08150.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=44.44%
G=29.63%
B=25.93%

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
Decimal132887700.330.420.481226.3240.98
Hex84584D0212A30c1a29
Octal2041301150415260143251
Binary10000100101100010011010100001101010110000110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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