#8B6053

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

Shades of Spicy Mix #8B6053

Tints of Spicy Mix #8B6053

Color information

#8B6053 (or 0x8B6053) is unknown color: approx Spicy Mix. HEX triplet: 8B, 60 and 53. RGB value is (139,96,83). Sum of RGB (Red+Green+Blue) = 139+96+83=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6053 is #749FAC. Grayscale: #6B6B6B. Windows color (decimal): -7643053 or 5464203. OLE color: 5464203.

HSL color Cylindrical-coordinate representation of color #8B6053: hue angle of 13.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B6053 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1399683-
CMYK00.310.400.45
HSL13.93º25.23%43.53%-
HSV(B)13.93º40.29%54.51%-
XYZ16.3914.4810.11-
YUV107.38114.25150.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=43.71%
G=30.19%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139968300.310.400.4513.9325.2343.53
Hex8B605301F282De192c
Octal2131401230375055163154
Binary1000101111000001010011011111101000101101111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,83); }

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

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

 a { background-color: rgb(139,96,83); }

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

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

 span { border-color: rgb(139,96,83); }

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