#8D7248

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

Shades of Shadow #8D7248

Tints of Shadow #8D7248

Color information

#8D7248 (or 0x8D7248) is unknown color: approx Shadow. HEX triplet: 8D, 72 and 48. RGB value is (141,114,72). Sum of RGB (Red+Green+Blue) = 141+114+72=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7248 is #728DB7. Grayscale: #757575. Windows color (decimal): -7507384 or 4747917. OLE color: 4747917.

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

Color convert

RGB14111472-
CMYK00.190.490.45
HSL36.52º32.39%41.76%-
HSV(B)36.52º48.94%55.29%-
XYZ18.1718.178.68-
YUV117.28102.45144.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=43.12%
G=34.86%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411147200.190.490.4536.5232.3941.76
Hex8D7248013312D25202a
Octal2151621100236155454052
Binary1000110111100101001000010011110001101101100101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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