#8B5F4A

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

Shades of Spicy Mix #8B5F4A

Tints of Spicy Mix #8B5F4A

Color information

#8B5F4A (or 0x8B5F4A) is unknown color: approx Spicy Mix. HEX triplet: 8B, 5F and 4A. RGB value is (139,95,74). Sum of RGB (Red+Green+Blue) = 139+95+74=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5F4A is #74A0B5. Grayscale: #696969. Windows color (decimal): -7643318 or 4874123. OLE color: 4874123.

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

Color convert

RGB1399574-
CMYK00.320.470.45
HSL19.38º30.52%41.76%-
HSV(B)19.38º46.76%54.51%-
XYZ15.9814.178.37-
YUV105.76110.08151.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=45.13%
G=30.84%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139957400.320.470.4519.3830.5241.76
Hex8B5F4A0202F2D131f2a
Octal2131371120405755233752
Binary100010111011111100101001000001011111011011001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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