#8F7244

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

Shades of Shadow #8F7244

Tints of Shadow #8F7244

Color information

#8F7244 (or 0x8F7244) is unknown color: approx Shadow. HEX triplet: 8F, 72 and 44. RGB value is (143,114,68). Sum of RGB (Red+Green+Blue) = 143+114+68=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7244 is #708DBB. Grayscale: #757575. Windows color (decimal): -7376316 or 4485775. OLE color: 4485775.

HSL color Cylindrical-coordinate representation of color #8F7244: hue angle of 36.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F7244 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB14311468-
CMYK00.200.520.44
HSL36.8º35.55%41.37%-
HSV(B)36.8º52.45%56.08%-
XYZ18.3918.298.03-
YUV117.43100.11146.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=44%
G=35.08%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431146800.200.520.4436.835.5541.37
Hex8F7244014342C252429
Octal2171621040246454454451
Binary1000111111100101000100010100110100101100100101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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