#8B6049

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

Shades of Spicy Mix #8B6049

Tints of Spicy Mix #8B6049

Color information

#8B6049 (or 0x8B6049) is unknown color: approx Spicy Mix. HEX triplet: 8B, 60 and 49. RGB value is (139,96,73). Sum of RGB (Red+Green+Blue) = 139+96+73=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6049 is #749FB6. Grayscale: #6A6A6A. Windows color (decimal): -7643063 or 4808843. OLE color: 4808843.

HSL color Cylindrical-coordinate representation of color #8B6049: hue angle of 20.91º 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 #8B6049 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1399673-
CMYK00.310.470.45
HSL20.91º31.13%41.57%-
HSV(B)20.91º47.48%54.51%-
XYZ16.0314.348.23-
YUV106.24109.25151.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=45.13%
G=31.17%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139967300.310.470.4520.9131.1341.57
Hex8B604901F2F2D151f2a
Octal2131401110375755253752
Binary10001011110000010010010111111011111011011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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