#85574B

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

Shades of Spicy Mix #85574B

Tints of Spicy Mix #85574B

Color information

#85574B (or 0x85574B) is unknown color: approx Spicy Mix. HEX triplet: 85, 57 and 4B. RGB value is (133,87,75). Sum of RGB (Red+Green+Blue) = 133+87+75=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85574B is #7AA8B4. Grayscale: #636363. Windows color (decimal): -8038581 or 4937605. OLE color: 4937605.

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

Color convert

RGB1338775-
CMYK00.350.440.48
HSL12.41º27.88%40.78%-
HSV(B)12.41º43.61%52.16%-
XYZ14.3512.318.28-
YUV99.39114.24151.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=45.08%
G=29.49%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133877500.350.440.4812.4127.8840.78
Hex85574B0232C30c1c29
Octal2051271130435460143451
Binary10000101101011110010110100011101100110000110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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