#85584D

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

Shades of Spicy Mix #85584D

Tints of Spicy Mix #85584D

Color information

#85584D (or 0x85584D) is unknown color: approx Spicy Mix. HEX triplet: 85, 58 and 4D. RGB value is (133,88,77). Sum of RGB (Red+Green+Blue) = 133+88+77=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85584D is #7AA7B2. Grayscale: #646464. Windows color (decimal): -8038323 or 5068933. OLE color: 5068933.

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

Color convert

RGB1338877-
CMYK00.340.420.48
HSL11.79º26.67%41.18%-
HSV(B)11.79º42.11%52.16%-
XYZ14.512.58.67-
YUV100.2114.91151.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=44.63%
G=29.53%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133887700.340.420.4811.7926.6741.18
Hex85584D0222A30c1b29
Octal2051301150425260143351
Binary10000101101100010011010100010101010110000110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85584D; }

 p { color: rgb(133,88,77); }

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

<style>
 a { background-color: #85584D; }

 a { background-color: rgb(133,88,77); }

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

<style>
 span { border-color: #85584D; }

 span { border-color: rgb(133,88,77); }

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