#84584E

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

Shades of Spicy Mix #84584E

Tints of Spicy Mix #84584E

Color information

#84584E (or 0x84584E) is unknown color: approx Spicy Mix. HEX triplet: 84, 58 and 4E. RGB value is (132,88,78). Sum of RGB (Red+Green+Blue) = 132+88+78=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84584E is #7BA7B1. Grayscale: #646464. Windows color (decimal): -8103858 or 5134468. OLE color: 5134468.

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

Color convert

RGB1328878-
CMYK00.330.410.48
HSL11.11º25.71%41.18%-
HSV(B)11.11º40.91%51.76%-
XYZ14.3812.448.85-
YUV100.02115.58150.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=44.30%
G=29.53%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132887800.330.410.4811.1125.7141.18
Hex84584E0212930b1a29
Octal2041301160415160133251
Binary10000100101100010011100100001101001110000101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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