#9F742C

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

Shades of Buttered Rum #9F742C

Tints of Buttered Rum #9F742C

Color information

#9F742C (or 0x9F742C) is unknown color: approx Buttered Rum. HEX triplet: 9F, 74 and 2C. RGB value is (159,116,44). Sum of RGB (Red+Green+Blue) = 159+116+44=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F742C is #608BD3. Grayscale: #787878. Windows color (decimal): -6327252 or 2913439. OLE color: 2913439.

HSL color Cylindrical-coordinate representation of color #9F742C: hue angle of 37.57º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F742C is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15911644-
CMYK00.270.720.38
HSL37.57º56.65%39.8%-
HSV(B)37.57º72.33%62.35%-
XYZ2120.045.14-
YUV120.6584.75155.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=49.84%
G=36.36%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591164400.270.720.3837.5756.6539.8
Hex9F742C01B4826263928
Octal2371645403311046467150
Binary1001111111101001011000110111001000100110100110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,116,44); }

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

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

 a { background-color: rgb(159,116,44); }

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

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

 span { border-color: rgb(159,116,44); }

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