#8D5A46

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

Shades of Spicy Mix #8D5A46

Tints of Spicy Mix #8D5A46

Color information

#8D5A46 (or 0x8D5A46) is unknown color: approx Spicy Mix. HEX triplet: 8D, 5A and 46. RGB value is (141,90,70). Sum of RGB (Red+Green+Blue) = 141+90+70=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5A46 is #72A5B9. Grayscale: #676767. Windows color (decimal): -7513530 or 4610701. OLE color: 4610701.

HSL color Cylindrical-coordinate representation of color #8D5A46: hue angle of 16.9º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D5A46 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1419070-
CMYK00.360.500.45
HSL16.9º33.65%41.37%-
HSV(B)16.9º50.35%55.29%-
XYZ15.7513.427.55-
YUV102.97109.4155.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=46.84%
G=29.90%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141907000.360.500.4516.933.6541.37
Hex8D5A46024322D112229
Octal2151321060446255214251
Binary1000110110110101000110010010011001010110110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,70); }

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

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

 a { background-color: rgb(141,90,70); }

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

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

 span { border-color: rgb(141,90,70); }

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