#8C5C54

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

Shades of Spicy Mix #8C5C54

Tints of Spicy Mix #8C5C54

Color information

#8C5C54 (or 0x8C5C54) is unknown color: approx Spicy Mix. HEX triplet: 8C, 5C and 54. RGB value is (140,92,84). Sum of RGB (Red+Green+Blue) = 140+92+84=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C54 is #73A3AB. Grayscale: #696969. Windows color (decimal): -7578540 or 5528716. OLE color: 5528716.

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

Color convert

RGB1409284-
CMYK00.340.40.45
HSL8.57º25%43.92%-
HSV(B)8.57º40%54.9%-
XYZ16.2413.8710.21-
YUV105.44115.9152.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 84 (33.20% from 255) = 26.58%
R=44.30%
G=29.11%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140928400.340.40.458.572543.92
Hex8C5C54022282D9192c
Octal2141341240425055113154
Binary10001100101110010101000100010101000101101100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,92,84); }

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

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

 a { background-color: rgb(140,92,84); }

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

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

 span { border-color: rgb(140,92,84); }

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