#8D624C

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

Shades of Spicy Mix #8D624C

Tints of Spicy Mix #8D624C

Color information

#8D624C (or 0x8D624C) is unknown color: approx Spicy Mix. HEX triplet: 8D, 62 and 4C. RGB value is (141,98,76). Sum of RGB (Red+Green+Blue) = 141+98+76=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D624C is #729DB3. Grayscale: #6C6C6C. Windows color (decimal): -7511476 or 5005965. OLE color: 5005965.

HSL color Cylindrical-coordinate representation of color #8D624C: hue angle of 20.31º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D624C is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1419876-
CMYK00.300.460.45
HSL20.31º29.95%42.55%-
HSV(B)20.31º46.1%55.29%-
XYZ16.6614.928.84-
YUV108.35109.75151.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=44.76%
G=31.11%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141987600.300.460.4520.3129.9542.55
Hex8D624C01E2E2D141e2b
Octal2151421140365655243653
Binary10001101110001010011000111101011101011011010011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,98,76); }

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

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

 a { background-color: rgb(141,98,76); }

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

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

 span { border-color: rgb(141,98,76); }

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