#8F6F48

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

Shades of Shadow #8F6F48

Tints of Shadow #8F6F48

Color information

#8F6F48 (or 0x8F6F48) is unknown color: approx Shadow. HEX triplet: 8F, 6F and 48. RGB value is (143,111,72). Sum of RGB (Red+Green+Blue) = 143+111+72=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6F48 is #7090B7. Grayscale: #747474. Windows color (decimal): -7377080 or 4747151. OLE color: 4747151.

HSL color Cylindrical-coordinate representation of color #8F6F48: hue angle of 32.96º 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 #8F6F48 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB14311172-
CMYK00.220.500.44
HSL32.96º33.02%42.16%-
HSV(B)32.96º49.65%56.08%-
XYZ18.1817.688.58-
YUV116.12103.1147.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.87%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=43.87%
G=34.05%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431117200.220.500.4432.9633.0242.16
Hex8F6F48016322C21212a
Octal2171571100266254414152
Binary1000111111011111001000010110110010101100100001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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