#8D6052

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

Shades of Spicy Mix #8D6052

Tints of Spicy Mix #8D6052

Color information

#8D6052 (or 0x8D6052) is unknown color: approx Spicy Mix. HEX triplet: 8D, 60 and 52. RGB value is (141,96,82). Sum of RGB (Red+Green+Blue) = 141+96+82=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6052 is #729FAD. Grayscale: #6B6B6B. Windows color (decimal): -7511982 or 5398669. OLE color: 5398669.

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

Color convert

RGB1419682-
CMYK00.320.420.45
HSL14.24º26.46%43.73%-
HSV(B)14.24º41.84%55.29%-
XYZ16.6914.649.93-
YUV107.86113.41151.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=44.20%
G=30.09%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141968200.320.420.4514.2426.4643.73
Hex8D60520202A2De1a2c
Octal2151401220405255163254
Binary10001101110000010100100100000101010101101111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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