#8B5F53

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

Shades of Spicy Mix #8B5F53

Tints of Spicy Mix #8B5F53

Color information

#8B5F53 (or 0x8B5F53) is unknown color: approx Spicy Mix. HEX triplet: 8B, 5F and 53. RGB value is (139,95,83). Sum of RGB (Red+Green+Blue) = 139+95+83=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F53 is #74A0AC. Grayscale: #6A6A6A. Windows color (decimal): -7643309 or 5463947. OLE color: 5463947.

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

Color convert

RGB1399583-
CMYK00.320.400.45
HSL12.86º25.23%43.53%-
HSV(B)12.86º40.29%54.51%-
XYZ16.314.310.08-
YUV106.79114.58150.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=43.85%
G=29.97%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139958300.320.400.4512.8625.2343.53
Hex8B5F53020282Dd192c
Octal2131371230405055153154
Binary10001011101111110100110100000101000101101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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