#8F7248

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

Shades of Shadow #8F7248

Tints of Shadow #8F7248

Color information

#8F7248 (or 0x8F7248) is unknown color: approx Shadow. HEX triplet: 8F, 72 and 48. RGB value is (143,114,72). Sum of RGB (Red+Green+Blue) = 143+114+72=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7248 is #708DB7. Grayscale: #767676. Windows color (decimal): -7376312 or 4747919. OLE color: 4747919.

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

Color convert

RGB14311472-
CMYK00.200.500.44
HSL35.49º33.02%42.16%-
HSV(B)35.49º49.65%56.08%-
XYZ18.5118.348.7-
YUV117.88102.11145.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=43.47%
G=34.65%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431147200.200.500.4435.4933.0242.16
Hex8F7248014322C23212a
Octal2171621100246254434152
Binary1000111111100101001000010100110010101100100011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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