#85594F

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

Shades of Spicy Mix #85594F

Tints of Spicy Mix #85594F

Color information

#85594F (or 0x85594F) is unknown color: approx Spicy Mix. HEX triplet: 85, 59 and 4F. RGB value is (133,89,79). Sum of RGB (Red+Green+Blue) = 133+89+79=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #85594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85594F is #7AA6B0. Grayscale: #656565. Windows color (decimal): -8038065 or 5200261. OLE color: 5200261.

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

Color convert

RGB1338979-
CMYK00.330.410.48
HSL11.11º25.47%41.57%-
HSV(B)11.11º40.6%52.16%-
XYZ14.6612.79.08-
YUV101.02115.58150.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=44.19%
G=29.57%
B=26.25%

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
Decimal133897900.330.410.4811.1125.4741.57
Hex85594F0212930b192a
Octal2051311170415160133152
Binary10000101101100110011110100001101001110000101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85594F; }

 p { color: rgb(133,89,79); }

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

<style>
 a { background-color: #85594F; }

 a { background-color: rgb(133,89,79); }

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

<style>
 span { border-color: #85594F; }

 span { border-color: rgb(133,89,79); }

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