#8D5C52

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

Shades of Spicy Mix #8D5C52

Tints of Spicy Mix #8D5C52

Color information

#8D5C52 (or 0x8D5C52) is unknown color: approx Spicy Mix. HEX triplet: 8D, 5C and 52. RGB value is (141,92,82). Sum of RGB (Red+Green+Blue) = 141+92+82=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C52 is #72A3AD. Grayscale: #696969. Windows color (decimal): -7513006 or 5397645. OLE color: 5397645.

HSL color Cylindrical-coordinate representation of color #8D5C52: hue angle of 10.17º 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 #8D5C52 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1419282-
CMYK00.350.420.45
HSL10.17º26.46%43.73%-
HSV(B)10.17º41.84%55.29%-
XYZ16.3313.939.81-
YUV105.51114.73153.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=44.76%
G=29.21%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141928200.350.420.4510.1726.4643.73
Hex8D5C520232A2Da1a2c
Octal2151341220435255123254
Binary10001101101110010100100100011101010101101101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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