#8B594D

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

Shades of Spicy Mix #8B594D

Tints of Spicy Mix #8B594D

Color information

#8B594D (or 0x8B594D) is unknown color: approx Spicy Mix. HEX triplet: 8B, 59 and 4D. RGB value is (139,89,77). Sum of RGB (Red+Green+Blue) = 139+89+77=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B594D is #74A6B2. Grayscale: #666666. Windows color (decimal): -7644851 or 5069195. OLE color: 5069195.

HSL color Cylindrical-coordinate representation of color #8B594D: hue angle of 11.61º 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 #8B594D is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1398977-
CMYK00.360.450.45
HSL11.61º28.7%42.35%-
HSV(B)11.61º44.6%54.51%-
XYZ15.5613.178.74-
YUV102.58113.56153.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=45.57%
G=29.18%
B=25.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
Decimal139897700.360.450.4511.6128.742.35
Hex8B594D0242D2Dc1d2a
Octal2131311150445555143552
Binary10001011101100110011010100100101101101101110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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