#8A5A51

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

Shades of Spicy Mix #8A5A51

Tints of Spicy Mix #8A5A51

Color information

#8A5A51 (or 0x8A5A51) is unknown color: approx Spicy Mix. HEX triplet: 8A, 5A and 51. RGB value is (138,90,81). Sum of RGB (Red+Green+Blue) = 138+90+81=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A51 is #75A5AE. Grayscale: #676767. Windows color (decimal): -7710127 or 5331594. OLE color: 5331594.

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

Color convert

RGB1389081-
CMYK00.350.410.46
HSL9.47º26.03%42.94%-
HSV(B)9.47º41.3%54.12%-
XYZ15.6213.319.53-
YUV103.33115.4152.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=44.66%
G=29.13%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138908100.350.410.469.4726.0342.94
Hex8A5A51023292E91a2b
Octal2121321210435156113253
Binary10001010101101010100010100011101001101110100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,90,81); }

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

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

 a { background-color: rgb(138,90,81); }

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

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

 span { border-color: rgb(138,90,81); }

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