#8C5E4A

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

Shades of Spicy Mix #8C5E4A

Tints of Spicy Mix #8C5E4A

Color information

#8C5E4A (or 0x8C5E4A) is unknown color: approx Spicy Mix. HEX triplet: 8C, 5E and 4A. RGB value is (140,94,74). Sum of RGB (Red+Green+Blue) = 140+94+74=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5E4A is #73A1B5. Grayscale: #696969. Windows color (decimal): -7578038 or 4873868. OLE color: 4873868.

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

Color convert

RGB1409474-
CMYK00.330.470.45
HSL18.18º30.84%41.96%-
HSV(B)18.18º47.14%54.9%-
XYZ16.0514.088.35-
YUV105.47110.24152.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=45.45%
G=30.52%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140947400.330.470.4518.1830.8441.96
Hex8C5E4A0212F2D121f2a
Octal2141361120415755223752
Binary100011001011110100101001000011011111011011001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,94,74); }

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

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

 a { background-color: rgb(140,94,74); }

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

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

 span { border-color: rgb(140,94,74); }

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