#85594A

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

Shades of Spicy Mix #85594A

Tints of Spicy Mix #85594A

Color information

#85594A (or 0x85594A) is unknown color: approx Spicy Mix. HEX triplet: 85, 59 and 4A. RGB value is (133,89,74). Sum of RGB (Red+Green+Blue) = 133+89+74=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85594A is #7AA6B5. Grayscale: #646464. Windows color (decimal): -8038070 or 4872581. OLE color: 4872581.

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

Color convert

RGB1338974-
CMYK00.330.440.48
HSL15.25º28.5%40.59%-
HSV(B)15.25º44.36%52.16%-
XYZ14.4812.638.15-
YUV100.45113.08151.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 74 (29.30% from 255) = 25%
R=44.93%
G=30.07%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133897400.330.440.4815.2528.540.59
Hex85594A0212C30f1d29
Octal2051311120415460173551
Binary10000101101100110010100100001101100110000111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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