#8A604A

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

Shades of Spicy Mix #8A604A

Tints of Spicy Mix #8A604A

Color information

#8A604A (or 0x8A604A) is unknown color: approx Spicy Mix. HEX triplet: 8A, 60 and 4A. RGB value is (138,96,74). Sum of RGB (Red+Green+Blue) = 138+96+74=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A604A is #759FB5. Grayscale: #6A6A6A. Windows color (decimal): -7708598 or 4874378. OLE color: 4874378.

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

Color convert

RGB1389674-
CMYK00.300.460.46
HSL20.62º30.19%41.57%-
HSV(B)20.62º46.38%54.12%-
XYZ15.914.268.39-
YUV106.05109.91150.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.81%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=44.81%
G=31.17%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138967400.300.460.4620.6230.1941.57
Hex8A604A01E2E2E151e2a
Octal2121401120365656253652
Binary10001010110000010010100111101011101011101010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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