#8D594D

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

Shades of Spicy Mix #8D594D

Tints of Spicy Mix #8D594D

Color information

#8D594D (or 0x8D594D) is unknown color: approx Spicy Mix. HEX triplet: 8D, 59 and 4D. RGB value is (141,89,77). Sum of RGB (Red+Green+Blue) = 141+89+77=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D594D is #72A6B2. Grayscale: #676767. Windows color (decimal): -7513779 or 5069197. OLE color: 5069197.

HSL color Cylindrical-coordinate representation of color #8D594D: hue angle of 11.25º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D594D is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1418977-
CMYK00.370.450.45
HSL11.25º29.36%42.75%-
HSV(B)11.25º45.39%55.29%-
XYZ15.913.348.76-
YUV103.18113.23154.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=45.93%
G=28.99%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141897700.370.450.4511.2529.3642.75
Hex8D594D0252D2Db1d2b
Octal2151311150455555133553
Binary10001101101100110011010100101101101101101101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D594D; }

 p { color: rgb(141,89,77); }

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

<style>
 a { background-color: #8D594D; }

 a { background-color: rgb(141,89,77); }

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

<style>
 span { border-color: #8D594D; }

 span { border-color: rgb(141,89,77); }

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