#8B594C

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

Shades of Spicy Mix #8B594C

Tints of Spicy Mix #8B594C

Color information

#8B594C (or 0x8B594C) is unknown color: approx Spicy Mix. HEX triplet: 8B, 59 and 4C. RGB value is (139,89,76). Sum of RGB (Red+Green+Blue) = 139+89+76=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B594C is #74A6B3. Grayscale: #666666. Windows color (decimal): -7644852 or 5003659. OLE color: 5003659.

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

Color convert

RGB1398976-
CMYK00.360.450.45
HSL12.38º29.3%42.16%-
HSV(B)12.38º45.32%54.51%-
XYZ15.5213.168.56-
YUV102.47113.06154.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 76 (30.08% from 255) = 25%
R=45.72%
G=29.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139897600.360.450.4512.3829.342.16
Hex8B594C0242D2Dc1d2a
Octal2131311140445555143552
Binary10001011101100110011000100100101101101101110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,76); }

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

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

 a { background-color: rgb(139,89,76); }

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

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

 span { border-color: rgb(139,89,76); }

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