#8B6249

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

Shades of Spicy Mix #8B6249

Tints of Spicy Mix #8B6249

Color information

#8B6249 (or 0x8B6249) is unknown color: approx Spicy Mix. HEX triplet: 8B, 62 and 49. RGB value is (139,98,73). Sum of RGB (Red+Green+Blue) = 139+98+73=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6249 is #749DB6. Grayscale: #6B6B6B. Windows color (decimal): -7642551 or 4809355. OLE color: 4809355.

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

Color convert

RGB1399873-
CMYK00.290.470.45
HSL22.73º31.13%41.57%-
HSV(B)22.73º47.48%54.51%-
XYZ16.2214.718.29-
YUV107.41108.58150.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=44.84%
G=31.61%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139987300.290.470.4522.7331.1341.57
Hex8B624901D2F2D171f2a
Octal2131421110355755273752
Binary10001011110001010010010111011011111011011011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,73); }

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

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

 a { background-color: rgb(139,98,73); }

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

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

 span { border-color: rgb(139,98,73); }

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