#8B5E49

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

Shades of Spicy Mix #8B5E49

Tints of Spicy Mix #8B5E49

Color information

#8B5E49 (or 0x8B5E49) is unknown color: approx Spicy Mix. HEX triplet: 8B, 5E and 49. RGB value is (139,94,73). Sum of RGB (Red+Green+Blue) = 139+94+73=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E49 is #74A1B6. Grayscale: #696969. Windows color (decimal): -7643575 or 4808331. OLE color: 4808331.

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

Color convert

RGB1399473-
CMYK00.320.470.45
HSL19.09º31.13%41.57%-
HSV(B)19.09º47.48%54.51%-
XYZ15.8513.988.17-
YUV105.06109.91152.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 73 (28.91% from 255) = 23.86%
R=45.42%
G=30.72%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139947300.320.470.4519.0931.1341.57
Hex8B5E490202F2D131f2a
Octal2131361110405755233752
Binary100010111011110100100101000001011111011011001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,94,73); }

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

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

 a { background-color: rgb(139,94,73); }

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

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

 span { border-color: rgb(139,94,73); }

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