#8A594D

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

Shades of Spicy Mix #8A594D

Tints of Spicy Mix #8A594D

Color information

#8A594D (or 0x8A594D) is unknown color: approx Spicy Mix. HEX triplet: 8A, 59 and 4D. RGB value is (138,89,77). Sum of RGB (Red+Green+Blue) = 138+89+77=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A594D is #75A6B2. Grayscale: #666666. Windows color (decimal): -7710387 or 5069194. OLE color: 5069194.

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

Color convert

RGB1388977-
CMYK00.360.440.46
HSL11.8º28.37%42.16%-
HSV(B)11.8º44.2%54.12%-
XYZ15.3913.088.74-
YUV102.28113.73153.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=45.39%
G=29.28%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138897700.360.440.4611.828.3742.16
Hex8A594D0242C2Ec1c2a
Octal2121311150445456143452
Binary10001010101100110011010100100101100101110110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,77); }

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

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

 a { background-color: rgb(138,89,77); }

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

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

 span { border-color: rgb(138,89,77); }

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