#8A574A

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

Shades of Spicy Mix #8A574A

Tints of Spicy Mix #8A574A

Color information

#8A574A (or 0x8A574A) is unknown color: approx Spicy Mix. HEX triplet: 8A, 57 and 4A. RGB value is (138,87,74). Sum of RGB (Red+Green+Blue) = 138+87+74=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A574A is #75A8B5. Grayscale: #646464. Windows color (decimal): -7710902 or 4872074. OLE color: 4872074.

HSL color Cylindrical-coordinate representation of color #8A574A: hue angle of 12.19º 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 #8A574A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB1388774-
CMYK00.370.460.46
HSL12.19º30.19%41.57%-
HSV(B)12.19º46.38%54.12%-
XYZ15.1312.718.14-
YUV100.77112.9154.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.15%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=46.15%
G=29.10%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138877400.370.460.4612.1930.1941.57
Hex8A574A0252E2Ec1e2a
Octal2121271120455656143652
Binary10001010101011110010100100101101110101110110011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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