#9F7134

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

Shades of Buttered Rum #9F7134

Tints of Buttered Rum #9F7134

Color information

#9F7134 (or 0x9F7134) is unknown color: approx Buttered Rum. HEX triplet: 9F, 71 and 34. RGB value is (159,113,52). Sum of RGB (Red+Green+Blue) = 159+113+52=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7134 is #608ECB. Grayscale: #787878. Windows color (decimal): -6328012 or 3436959. OLE color: 3436959.

HSL color Cylindrical-coordinate representation of color #9F7134: hue angle of 34.21º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F7134 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB15911352-
CMYK00.290.670.38
HSL34.21º50.71%41.37%-
HSV(B)34.21º67.3%62.35%-
XYZ20.8219.435.9-
YUV119.889.74155.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=49.07%
G=34.88%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591135200.290.670.3834.2150.7141.37
Hex9F713401D4326223329
Octal2371616403510346426351
Binary1001111111100011101000111011000011100110100010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,113,52); }

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

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

 a { background-color: rgb(159,113,52); }

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

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

 span { border-color: rgb(159,113,52); }

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