#8A6049

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

Shades of Spicy Mix #8A6049

Tints of Spicy Mix #8A6049

Color information

#8A6049 (or 0x8A6049) is unknown color: approx Spicy Mix. HEX triplet: 8A, 60 and 49. RGB value is (138,96,73). Sum of RGB (Red+Green+Blue) = 138+96+73=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6049 is #759FB6. Grayscale: #6A6A6A. Windows color (decimal): -7708599 or 4808842. OLE color: 4808842.

HSL color Cylindrical-coordinate representation of color #8A6049: hue angle of 21.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A6049 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1389673-
CMYK00.300.470.46
HSL21.23º30.81%41.37%-
HSV(B)21.23º47.1%54.12%-
XYZ15.8714.258.22-
YUV105.94109.41150.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=44.95%
G=31.27%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138967300.300.470.4621.2330.8141.37
Hex8A604901E2F2E151f29
Octal2121401110365756253751
Binary10001010110000010010010111101011111011101010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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