#8B6152

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

Shades of Spicy Mix #8B6152

Tints of Spicy Mix #8B6152

Color information

#8B6152 (or 0x8B6152) is unknown color: approx Spicy Mix. HEX triplet: 8B, 61 and 52. RGB value is (139,97,82). Sum of RGB (Red+Green+Blue) = 139+97+82=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6152 is #749EAD. Grayscale: #6B6B6B. Windows color (decimal): -7642798 or 5398923. OLE color: 5398923.

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

Color convert

RGB1399782-
CMYK00.300.410.45
HSL15.79º25.79%43.33%-
HSV(B)15.79º41.01%54.51%-
XYZ16.4514.659.94-
YUV107.85113.41150.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=43.71%
G=30.50%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139978200.300.410.4515.7925.7943.33
Hex8B615201E292D101a2b
Octal2131411220365155203253
Binary10001011110000110100100111101010011011011000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,82); }

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

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

 a { background-color: rgb(139,97,82); }

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

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

 span { border-color: rgb(139,97,82); }

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