#8D6057

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

Shades of Spicy Mix #8D6057

Tints of Spicy Mix #8D6057

Color information

#8D6057 (or 0x8D6057) is unknown color: approx Spicy Mix. HEX triplet: 8D, 60 and 57. RGB value is (141,96,87). Sum of RGB (Red+Green+Blue) = 141+96+87=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6057 is #729FA8. Grayscale: #6C6C6C. Windows color (decimal): -7511977 or 5726349. OLE color: 5726349.

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

Color convert

RGB1419687-
CMYK00.320.380.45
HSL10º23.68%44.71%-
HSV(B)10º38.3%55.29%-
XYZ16.8914.7210.97-
YUV108.43115.91151.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=43.52%
G=29.63%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141968700.320.380.451023.6844.71
Hex8D6057020262Da182d
Octal2151401270404655123055
Binary10001101110000010101110100000100110101101101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,87); }

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

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

 a { background-color: rgb(141,96,87); }

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

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

 span { border-color: rgb(141,96,87); }

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