#8B5F49

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

Shades of Spicy Mix #8B5F49

Tints of Spicy Mix #8B5F49

Color information

#8B5F49 (or 0x8B5F49) is unknown color: approx Spicy Mix. HEX triplet: 8B, 5F and 49. RGB value is (139,95,73). Sum of RGB (Red+Green+Blue) = 139+95+73=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5F49 is #74A0B6. Grayscale: #696969. Windows color (decimal): -7643319 or 4808587. OLE color: 4808587.

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

Color convert

RGB1399573-
CMYK00.320.470.45
HSL20º31.13%41.57%-
HSV(B)20º47.48%54.51%-
XYZ15.9414.158.2-
YUV105.65109.58151.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=45.28%
G=30.94%
B=23.78%

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
Decimal139957300.320.470.452031.1341.57
Hex8B5F490202F2D141f2a
Octal2131371110405755243752
Binary100010111011111100100101000001011111011011010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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