#9F9372

Color #9F9372 Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #9F9372

Tints of Tallow #9F9372

Color information

#9F9372 (or 0x9F9372) is unknown color: approx Tallow. HEX triplet: 9F, 93 and 72. RGB value is (159,147,114). Sum of RGB (Red+Green+Blue) = 159+147+114=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9372 is #606C8D. Grayscale: #929292. Windows color (decimal): -6319246 or 7508895. OLE color: 7508895.

HSL color Cylindrical-coordinate representation of color #9F9372: hue angle of 44º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F9372 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB159147114-
CMYK00.080.280.38
HSL44º18.99%53.53%-
HSV(B)44º28.3%62.35%-
XYZ27.7729.4520.14-
YUV146.83109.48136.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=37.86%
G=35%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914711400.080.280.384418.9953.53
Hex9F9372081C262c1336
Octal2372231620103446542366
Binary10011111100100111110010010001110010011010110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9372; }

 p { color: rgb(159,147,114); }

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

<style>
 a { background-color: #9F9372; }

 a { background-color: rgb(159,147,114); }

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

<style>
 span { border-color: #9F9372; }

 span { border-color: rgb(159,147,114); }

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