#8A6048

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

Shades of Spicy Mix #8A6048

Tints of Spicy Mix #8A6048

Color information

#8A6048 (or 0x8A6048) is unknown color: approx Spicy Mix. HEX triplet: 8A, 60 and 48. RGB value is (138,96,72). Sum of RGB (Red+Green+Blue) = 138+96+72=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6048 is #759FB7. Grayscale: #696969. Windows color (decimal): -7708600 or 4743306. OLE color: 4743306.

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

Color convert

RGB1389672-
CMYK00.300.480.46
HSL21.82º31.43%41.18%-
HSV(B)21.82º47.83%54.12%-
XYZ15.8314.248.04-
YUV105.82108.91150.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=45.10%
G=31.37%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138967200.300.480.4621.8231.4341.18
Hex8A604801E302E161f29
Octal2121401100366056263751
Binary10001010110000010010000111101100001011101011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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