#8B5B4F

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

Shades of Spicy Mix #8B5B4F

Tints of Spicy Mix #8B5B4F

Color information

#8B5B4F (or 0x8B5B4F) is unknown color: approx Spicy Mix. HEX triplet: 8B, 5B and 4F. RGB value is (139,91,79). Sum of RGB (Red+Green+Blue) = 139+91+79=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B4F is #74A4B0. Grayscale: #686868. Windows color (decimal): -7644337 or 5200779. OLE color: 5200779.

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

Color convert

RGB1399179-
CMYK00.350.430.45
HSL12º27.52%42.75%-
HSV(B)12º43.17%54.51%-
XYZ15.813.549.18-
YUV103.98113.9152.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=44.98%
G=29.45%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139917900.350.430.451227.5242.75
Hex8B5B4F0232B2Dc1c2b
Octal2131331170435355143453
Binary10001011101101110011110100011101011101101110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,91,79); }

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

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

 a { background-color: rgb(139,91,79); }

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

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

 span { border-color: rgb(139,91,79); }

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