#8B624D

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

Shades of Spicy Mix #8B624D

Tints of Spicy Mix #8B624D

Color information

#8B624D (or 0x8B624D) is unknown color: approx Spicy Mix. HEX triplet: 8B, 62 and 4D. RGB value is (139,98,77). Sum of RGB (Red+Green+Blue) = 139+98+77=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B624D is #749DB2. Grayscale: #6B6B6B. Windows color (decimal): -7642547 or 5071499. OLE color: 5071499.

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

Color convert

RGB1399877-
CMYK00.290.450.45
HSL20.32º28.7%42.35%-
HSV(B)20.32º44.6%54.51%-
XYZ16.3514.769.01-
YUV107.86110.58150.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=44.27%
G=31.21%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139987700.290.450.4520.3228.742.35
Hex8B624D01D2D2D141d2a
Octal2131421150355555243552
Binary10001011110001010011010111011011011011011010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,77); }

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

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

 a { background-color: rgb(139,98,77); }

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

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

 span { border-color: rgb(139,98,77); }

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