#85594B

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

Shades of Spicy Mix #85594B

Tints of Spicy Mix #85594B

Color information

#85594B (or 0x85594B) is unknown color: approx Spicy Mix. HEX triplet: 85, 59 and 4B. RGB value is (133,89,75). Sum of RGB (Red+Green+Blue) = 133+89+75=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85594B is #7AA6B4. Grayscale: #646464. Windows color (decimal): -8038069 or 4938117. OLE color: 4938117.

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

Color convert

RGB1338975-
CMYK00.330.440.48
HSL14.48º27.88%40.78%-
HSV(B)14.48º43.61%52.16%-
XYZ14.5212.648.33-
YUV100.56113.58151.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=44.78%
G=29.97%
B=25.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
Decimal133897500.330.440.4814.4827.8840.78
Hex85594B0212C30e1c29
Octal2051311130415460163451
Binary10000101101100110010110100001101100110000111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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