#8D6148

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

Shades of Spicy Mix #8D6148

Tints of Spicy Mix #8D6148

Color information

#8D6148 (or 0x8D6148) is unknown color: approx Spicy Mix. HEX triplet: 8D, 61 and 48. RGB value is (141,97,72). Sum of RGB (Red+Green+Blue) = 141+97+72=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6148 is #729EB7. Grayscale: #6B6B6B. Windows color (decimal): -7511736 or 4743565. OLE color: 4743565.

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

Color convert

RGB1419772-
CMYK00.310.490.45
HSL21.74º32.39%41.76%-
HSV(B)21.74º48.94%55.29%-
XYZ16.4314.688.1-
YUV107.31108.08152.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.48%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=45.48%
G=31.29%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141977200.310.490.4521.7432.3941.76
Hex8D614801F312D16202a
Octal2151411100376155264052
Binary100011011100001100100001111111000110110110110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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