#8F734B

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

Shades of Shadow #8F734B

Tints of Shadow #8F734B

Color information

#8F734B (or 0x8F734B) is unknown color: approx Shadow. HEX triplet: 8F, 73 and 4B. RGB value is (143,115,75). Sum of RGB (Red+Green+Blue) = 143+115+75=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F734B is #708CB4. Grayscale: #777777. Windows color (decimal): -7376053 or 4944783. OLE color: 4944783.

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

Color convert

RGB14311575-
CMYK00.200.480.44
HSL35.29º31.19%42.75%-
HSV(B)35.29º47.55%56.08%-
XYZ18.7318.619.26-
YUV118.81103.28145.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.94%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=42.94%
G=34.53%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431157500.200.480.4435.2931.1942.75
Hex8F734B014302C231f2b
Octal2171631130246054433753
Binary100011111110011100101101010011000010110010001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,115,75); }

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

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

 a { background-color: rgb(143,115,75); }

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

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

 span { border-color: rgb(143,115,75); }

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