#8D6452

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

Shades of Spicy Mix #8D6452

Tints of Spicy Mix #8D6452

Color information

#8D6452 (or 0x8D6452) is unknown color: approx Spicy Mix. HEX triplet: 8D, 64 and 52. RGB value is (141,100,82). Sum of RGB (Red+Green+Blue) = 141+100+82=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6452 is #729BAD. Grayscale: #6E6E6E. Windows color (decimal): -7510958 or 5399693. OLE color: 5399693.

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

Color convert

RGB14110082-
CMYK00.290.420.45
HSL18.31º26.46%43.73%-
HSV(B)18.31º41.84%55.29%-
XYZ17.0615.3910.05-
YUV110.21112.08149.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=43.65%
G=30.96%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411008200.290.420.4518.3126.4643.73
Hex8D645201D2A2D121a2c
Octal2151441220355255223254
Binary10001101110010010100100111011010101011011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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