#8D594A

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

Shades of Spicy Mix #8D594A

Tints of Spicy Mix #8D594A

Color information

#8D594A (or 0x8D594A) is unknown color: approx Spicy Mix. HEX triplet: 8D, 59 and 4A. RGB value is (141,89,74). Sum of RGB (Red+Green+Blue) = 141+89+74=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D594A is #72A6B5. Grayscale: #666666. Windows color (decimal): -7513782 or 4872589. OLE color: 4872589.

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

Color convert

RGB1418974-
CMYK00.370.480.45
HSL13.43º31.16%42.16%-
HSV(B)13.43º47.52%55.29%-
XYZ15.7913.38.21-
YUV102.84111.73155.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=46.38%
G=29.28%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141897400.370.480.4513.4331.1642.16
Hex8D594A025302Dd1f2a
Octal2151311120456055153752
Binary10001101101100110010100100101110000101101110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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