#8D6549

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

Shades of Spicy Mix #8D6549

Tints of Spicy Mix #8D6549

Color information

#8D6549 (or 0x8D6549) is unknown color: approx Spicy Mix. HEX triplet: 8D, 65 and 49. RGB value is (141,101,73). Sum of RGB (Red+Green+Blue) = 141+101+73=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6549 is #729AB6. Grayscale: #6D6D6D. Windows color (decimal): -7510711 or 4810125. OLE color: 4810125.

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

Color convert

RGB14110173-
CMYK00.280.480.45
HSL24.71º31.78%41.96%-
HSV(B)24.71º48.23%55.29%-
XYZ16.8415.458.4-
YUV109.77107.25150.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=44.76%
G=32.06%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411017300.280.480.4524.7131.7841.96
Hex8D654901C302D19202a
Octal2151451110346055314052
Binary100011011100101100100101110011000010110111001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,73); }

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

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

 a { background-color: rgb(141,101,73); }

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

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

 span { border-color: rgb(141,101,73); }

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