#8D6047

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

Shades of Spicy Mix #8D6047

Tints of Spicy Mix #8D6047

Color information

#8D6047 (or 0x8D6047) is unknown color: approx Spicy Mix. HEX triplet: 8D, 60 and 47. RGB value is (141,96,71). Sum of RGB (Red+Green+Blue) = 141+96+71=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6047 is #729FB8. Grayscale: #6A6A6A. Windows color (decimal): -7511993 or 4677773. OLE color: 4677773.

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

Color convert

RGB1419671-
CMYK00.320.500.45
HSL21.43º33.02%41.57%-
HSV(B)21.43º49.65%55.29%-
XYZ16.314.487.9-
YUV106.6107.91152.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=45.78%
G=31.17%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141967100.320.500.4521.4333.0241.57
Hex8D6047020322D15212a
Octal2151401070406255254152
Binary1000110111000001000111010000011001010110110101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,71); }

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

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

 a { background-color: rgb(141,96,71); }

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

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

 span { border-color: rgb(141,96,71); }

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