#8B5C46

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

Shades of Spicy Mix #8B5C46

Tints of Spicy Mix #8B5C46

Color information

#8B5C46 (or 0x8B5C46) is unknown color: approx Spicy Mix. HEX triplet: 8B, 5C and 46. RGB value is (139,92,70). Sum of RGB (Red+Green+Blue) = 139+92+70=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5C46 is #74A3B9. Grayscale: #676767. Windows color (decimal): -7644090 or 4611211. OLE color: 4611211.

HSL color Cylindrical-coordinate representation of color #8B5C46: hue angle of 19.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5C46 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1399270-
CMYK00.340.500.45
HSL19.13º33.01%40.98%-
HSV(B)19.13º49.64%54.51%-
XYZ15.5813.597.6-
YUV103.54109.07153.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=46.18%
G=30.56%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139927000.340.500.4519.1333.0140.98
Hex8B5C46022322D132129
Octal2131341060426255234151
Binary1000101110111001000110010001011001010110110011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,92,70); }

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

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

 a { background-color: rgb(139,92,70); }

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

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

 span { border-color: rgb(139,92,70); }

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