#8B5F54

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

Shades of Spicy Mix #8B5F54

Tints of Spicy Mix #8B5F54

Color information

#8B5F54 (or 0x8B5F54) is unknown color: approx Spicy Mix. HEX triplet: 8B, 5F and 54. RGB value is (139,95,84). Sum of RGB (Red+Green+Blue) = 139+95+84=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F54 is #74A0AB. Grayscale: #6A6A6A. Windows color (decimal): -7643308 or 5529483. OLE color: 5529483.

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

Color convert

RGB1399584-
CMYK00.320.400.45
HSL12º24.66%43.73%-
HSV(B)12º39.57%54.51%-
XYZ16.3414.3110.29-
YUV106.9115.08150.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=43.71%
G=29.87%
B=26.42%

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
Decimal139958400.320.400.451224.6643.73
Hex8B5F54020282Dc192c
Octal2131371240405055143154
Binary10001011101111110101000100000101000101101110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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