#84574B

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

Shades of Spicy Mix #84574B

Tints of Spicy Mix #84574B

Color information

#84574B (or 0x84574B) is unknown color: approx Spicy Mix. HEX triplet: 84, 57 and 4B. RGB value is (132,87,75). Sum of RGB (Red+Green+Blue) = 132+87+75=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84574B is #7BA8B4. Grayscale: #636363. Windows color (decimal): -8104117 or 4937604. OLE color: 4937604.

HSL color Cylindrical-coordinate representation of color #84574B: hue angle of 12.63º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84574B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1328775-
CMYK00.340.430.48
HSL12.63º27.54%40.59%-
HSV(B)12.63º43.18%51.76%-
XYZ14.1912.238.27-
YUV99.09114.41151.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=44.90%
G=29.59%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132877500.340.430.4812.6327.5440.59
Hex84574B0222B30d1c29
Octal2041271130425360153451
Binary10000100101011110010110100010101011110000110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84574B; }

 p { color: rgb(132,87,75); }

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

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

 a { background-color: rgb(132,87,75); }

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

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

 span { border-color: rgb(132,87,75); }

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