#8b5e4d

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

Shades of Spicy Mix #8B5E4D

Tints of Spicy Mix #8B5E4D

Color information

#8B5E4D (or 0x8B5E4D) is unknown color: approx Spicy Mix. HEX triplet: 8B, 5E and 4D. RGB value is (139,94,77). Sum of RGB (Red+Green+Blue) = 139+94+77=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E4D is #74A1B2. Grayscale: #696969. Windows color (decimal): -7643571 or 5070475. OLE color: 5070475.

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

Color convert

RGB1399477-
CMYK00.320.450.45
HSL16.45º28.7%42.35%-
HSV(B)16.45º44.6%54.51%-
XYZ15.9914.038.89-
YUV105.52111.91151.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=44.84%
G=30.32%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139947700.320.450.4516.4528.742.35
Hex8B5E4D0202D2D101d2a
Octal2131361150405555203552
Binary100010111011110100110101000001011011011011000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b5e4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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