#8A584C

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

Shades of Spicy Mix #8A584C

Tints of Spicy Mix #8A584C

Color information

#8A584C (or 0x8A584C) is unknown color: approx Spicy Mix. HEX triplet: 8A, 58 and 4C. RGB value is (138,88,76). Sum of RGB (Red+Green+Blue) = 138+88+76=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A584C is #75A7B3. Grayscale: #656565. Windows color (decimal): -7710644 or 5003402. OLE color: 5003402.

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

Color convert

RGB1388876-
CMYK00.360.450.46
HSL11.61º28.97%41.96%-
HSV(B)11.61º44.93%54.12%-
XYZ15.2812.98.52-
YUV101.58113.56153.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.70%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 76 (30.08% from 255) = 25.17%
R=45.70%
G=29.14%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138887600.360.450.4611.6128.9741.96
Hex8A584C0242D2Ec1d2a
Octal2121301140445556143552
Binary10001010101100010011000100100101101101110110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,88,76); }

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

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

 a { background-color: rgb(138,88,76); }

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

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

 span { border-color: rgb(138,88,76); }

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