#8D6248

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

Shades of Spicy Mix #8D6248

Tints of Spicy Mix #8D6248

Color information

#8D6248 (or 0x8D6248) is unknown color: approx Spicy Mix. HEX triplet: 8D, 62 and 48. RGB value is (141,98,72). Sum of RGB (Red+Green+Blue) = 141+98+72=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6248 is #729DB7. Grayscale: #6C6C6C. Windows color (decimal): -7511480 or 4743821. OLE color: 4743821.

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

Color convert

RGB1419872-
CMYK00.300.490.45
HSL22.61º32.39%41.76%-
HSV(B)22.61º48.94%55.29%-
XYZ16.5214.878.13-
YUV107.89107.75151.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=45.34%
G=31.51%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141987200.300.490.4522.6132.3941.76
Hex8D624801E312D17202a
Octal2151421100366155274052
Binary100011011100010100100001111011000110110110111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,98,72); }

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

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

 a { background-color: rgb(141,98,72); }

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

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

 span { border-color: rgb(141,98,72); }

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