#8B5849

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

Shades of Spicy Mix #8B5849

Tints of Spicy Mix #8B5849

Color information

#8B5849 (or 0x8B5849) is unknown color: approx Spicy Mix. HEX triplet: 8B, 58 and 49. RGB value is (139,88,73). Sum of RGB (Red+Green+Blue) = 139+88+73=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5849 is #74A7B6. Grayscale: #656565. Windows color (decimal): -7645111 or 4806795. OLE color: 4806795.

HSL color Cylindrical-coordinate representation of color #8B5849: hue angle of 13.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B5849 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1398873-
CMYK00.370.470.45
HSL13.64º31.13%41.57%-
HSV(B)13.64º47.48%54.51%-
XYZ15.3412.957.99-
YUV101.54111.9154.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=46.33%
G=29.33%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139887300.370.470.4513.6431.1341.57
Hex8B58490252F2De1f2a
Octal2131301110455755163752
Binary10001011101100010010010100101101111101101111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,73); }

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

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

 a { background-color: rgb(139,88,73); }

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

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

 span { border-color: rgb(139,88,73); }

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