#8B594E

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

Shades of Spicy Mix #8B594E

Tints of Spicy Mix #8B594E

Color information

#8B594E (or 0x8B594E) is unknown color: approx Spicy Mix. HEX triplet: 8B, 59 and 4E. RGB value is (139,89,78). Sum of RGB (Red+Green+Blue) = 139+89+78=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B594E is #74A6B1. Grayscale: #666666. Windows color (decimal): -7644850 or 5134731. OLE color: 5134731.

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

Color convert

RGB1398978-
CMYK00.360.440.45
HSL10.82º28.11%42.55%-
HSV(B)10.82º43.88%54.51%-
XYZ15.5913.188.93-
YUV102.7114.06153.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=45.42%
G=29.08%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139897800.360.440.4510.8228.1142.55
Hex8B594E0242C2Db1c2b
Octal2131311160445455133453
Binary10001011101100110011100100100101100101101101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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