#8B5946

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

Shades of Spicy Mix #8B5946

Tints of Spicy Mix #8B5946

Color information

#8B5946 (or 0x8B5946) is unknown color: approx Spicy Mix. HEX triplet: 8B, 59 and 46. RGB value is (139,89,70). Sum of RGB (Red+Green+Blue) = 139+89+70=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5946 is #74A6B9. Grayscale: #656565. Windows color (decimal): -7644858 or 4610443. OLE color: 4610443.

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

Color convert

RGB1398970-
CMYK00.360.500.45
HSL16.52º33.01%40.98%-
HSV(B)16.52º49.64%54.51%-
XYZ15.3313.087.51-
YUV101.78110.06154.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=46.64%
G=29.87%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139897000.360.500.4516.5233.0140.98
Hex8B5946024322D112129
Octal2131311060446255214151
Binary1000101110110011000110010010011001010110110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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