#8F5847

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

Shades of Spicy Mix #8F5847

Tints of Spicy Mix #8F5847

Color information

#8F5847 (or 0x8F5847) is unknown color: approx Spicy Mix. HEX triplet: 8F, 58 and 47. RGB value is (143,88,71). Sum of RGB (Red+Green+Blue) = 143+88+71=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5847 is #70A7B8. Grayscale: #666666. Windows color (decimal): -7382969 or 4675727. OLE color: 4675727.

HSL color Cylindrical-coordinate representation of color #8F5847: hue angle of 14.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F5847 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB1438871-
CMYK00.380.500.44
HSL14.17º33.64%41.96%-
HSV(B)14.17º50.35%56.08%-
XYZ15.9513.277.68-
YUV102.51110.22156.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.35%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=47.35%
G=29.14%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143887100.380.500.4414.1733.6441.96
Hex8F5847026322Ce222a
Octal2171301070466254164252
Binary100011111011000100011101001101100101011001110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,88,71); }

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

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

 a { background-color: rgb(143,88,71); }

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

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

 span { border-color: rgb(143,88,71); }

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