#8D624A

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

Shades of Spicy Mix #8D624A

Tints of Spicy Mix #8D624A

Color information

#8D624A (or 0x8D624A) is unknown color: approx Spicy Mix. HEX triplet: 8D, 62 and 4A. RGB value is (141,98,74). Sum of RGB (Red+Green+Blue) = 141+98+74=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D624A is #729DB5. Grayscale: #6C6C6C. Windows color (decimal): -7511478 or 4874893. OLE color: 4874893.

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

Color convert

RGB1419874-
CMYK00.300.480.45
HSL21.49º31.16%42.16%-
HSV(B)21.49º47.52%55.29%-
XYZ16.5914.898.48-
YUV108.12108.75151.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=45.05%
G=31.31%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141987400.300.480.4521.4931.1642.16
Hex8D624A01E302D151f2a
Octal2151421120366055253752
Binary10001101110001010010100111101100001011011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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