#8F5848

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

Shades of Spicy Mix #8F5848

Tints of Spicy Mix #8F5848

Color information

#8F5848 (or 0x8F5848) is unknown color: approx Spicy Mix. HEX triplet: 8F, 58 and 48. RGB value is (143,88,72). Sum of RGB (Red+Green+Blue) = 143+88+72=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5848 is #70A7B7. Grayscale: #666666. Windows color (decimal): -7382968 or 4741263. OLE color: 4741263.

HSL color Cylindrical-coordinate representation of color #8F5848: hue angle of 13.52º degrees, saturation: 0.33, 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 #8F5848 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB1438872-
CMYK00.380.500.44
HSL13.52º33.02%42.16%-
HSV(B)13.52º49.65%56.08%-
XYZ15.9913.297.85-
YUV102.62110.72156.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=47.19%
G=29.04%
B=23.76%

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
Decimal143887200.380.500.4413.5233.0242.16
Hex8F5848026322Ce212a
Octal2171301100466254164152
Binary100011111011000100100001001101100101011001110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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