#8C5A4F

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

Shades of Spicy Mix #8C5A4F

Tints of Spicy Mix #8C5A4F

Color information

#8C5A4F (or 0x8C5A4F) is unknown color: approx Spicy Mix. HEX triplet: 8C, 5A and 4F. RGB value is (140,90,79). Sum of RGB (Red+Green+Blue) = 140+90+79=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A4F is #73A5B0. Grayscale: #676767. Windows color (decimal): -7579057 or 5200524. OLE color: 5200524.

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

Color convert

RGB1409079-
CMYK00.360.440.45
HSL10.82º27.85%42.94%-
HSV(B)10.82º43.57%54.9%-
XYZ15.8813.459.16-
YUV103.7114.06153.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.31%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=45.31%
G=29.13%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140907900.360.440.4510.8227.8542.94
Hex8C5A4F0242C2Db1c2b
Octal2141321170445455133453
Binary10001100101101010011110100100101100101101101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,90,79); }

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

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

 a { background-color: rgb(140,90,79); }

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

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

 span { border-color: rgb(140,90,79); }

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