#8D5748

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

Shades of Spicy Mix #8D5748

Tints of Spicy Mix #8D5748

Color information

#8D5748 (or 0x8D5748) is unknown color: approx Spicy Mix. HEX triplet: 8D, 57 and 48. RGB value is (141,87,72). Sum of RGB (Red+Green+Blue) = 141+87+72=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5748 is #72A8B7. Grayscale: #656565. Windows color (decimal): -7514296 or 4741005. OLE color: 4741005.

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

Color convert

RGB1418772-
CMYK00.380.490.45
HSL13.04º32.39%41.76%-
HSV(B)13.04º48.94%55.29%-
XYZ15.5612.957.81-
YUV101.44111.39156.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 72 (28.52% from 255) = 24%
R=47%
G=29%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141877200.380.490.4513.0432.3941.76
Hex8D5748026312Dd202a
Octal2151271100466155154052
Binary100011011010111100100001001101100011011011101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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