#8B6350

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

Shades of Spicy Mix #8B6350

Tints of Spicy Mix #8B6350

Color information

#8B6350 (or 0x8B6350) is unknown color: approx Spicy Mix. HEX triplet: 8B, 63 and 50. RGB value is (139,99,80). Sum of RGB (Red+Green+Blue) = 139+99+80=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6350 is #749CAF. Grayscale: #6C6C6C. Windows color (decimal): -7642288 or 5268363. OLE color: 5268363.

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

Color convert

RGB1399980-
CMYK00.290.420.45
HSL19.32º26.94%42.94%-
HSV(B)19.32º42.45%54.51%-
XYZ16.5614.999.61-
YUV108.79111.75149.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=43.71%
G=31.13%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139998000.290.420.4519.3226.9442.94
Hex8B635001D2A2D131b2b
Octal2131431200355255233353
Binary10001011110001110100000111011010101011011001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,80); }

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

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

 a { background-color: rgb(139,99,80); }

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

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

 span { border-color: rgb(139,99,80); }

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