#8C5B46

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

Shades of Spicy Mix #8C5B46

Tints of Spicy Mix #8C5B46

Color information

#8C5B46 (or 0x8C5B46) is unknown color: approx Spicy Mix. HEX triplet: 8C, 5B and 46. RGB value is (140,91,70). Sum of RGB (Red+Green+Blue) = 140+91+70=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5B46 is #73A4B9. Grayscale: #676767. Windows color (decimal): -7578810 or 4610956. OLE color: 4610956.

HSL color Cylindrical-coordinate representation of color #8C5B46: hue angle of 18º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C5B46 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1409170-
CMYK00.350.500.45
HSL18º33.33%41.18%-
HSV(B)18º50%54.9%-
XYZ15.6613.57.57-
YUV103.26109.23154.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.51%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=46.51%
G=30.23%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140917000.350.500.451833.3341.18
Hex8C5B46023322D122129
Octal2141331060436255224151
Binary1000110010110111000110010001111001010110110010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,70); }

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

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

 a { background-color: rgb(140,91,70); }

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

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

 span { border-color: rgb(140,91,70); }

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