#84594B

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

Shades of Spicy Mix #84594B

Tints of Spicy Mix #84594B

Color information

#84594B (or 0x84594B) is unknown color: approx Spicy Mix. HEX triplet: 84, 59 and 4B. RGB value is (132,89,75). Sum of RGB (Red+Green+Blue) = 132+89+75=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84594B is #7BA6B4. Grayscale: #646464. Windows color (decimal): -8103605 or 4938116. OLE color: 4938116.

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

Color convert

RGB1328975-
CMYK00.330.430.48
HSL14.74º27.54%40.59%-
HSV(B)14.74º43.18%51.76%-
XYZ14.3612.568.32-
YUV100.26113.75150.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=44.59%
G=30.07%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132897500.330.430.4814.7427.5440.59
Hex84594B0212B30f1c29
Octal2041311130415360173451
Binary10000100101100110010110100001101011110000111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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