#9F752F

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

Shades of Buttered Rum #9F752F

Tints of Buttered Rum #9F752F

Color information

#9F752F (or 0x9F752F) is unknown color: approx Buttered Rum. HEX triplet: 9F, 75 and 2F. RGB value is (159,117,47). Sum of RGB (Red+Green+Blue) = 159+117+47=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F752F is #608AD0. Grayscale: #797979. Windows color (decimal): -6326993 or 3110303. OLE color: 3110303.

HSL color Cylindrical-coordinate representation of color #9F752F: hue angle of 37.5º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F752F is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB15911747-
CMYK00.260.700.38
HSL37.5º54.37%40.39%-
HSV(B)37.5º70.44%62.35%-
XYZ21.1720.35.49-
YUV121.5885.91154.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.23%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 47 (18.75% from 255) = 14.55%
R=49.23%
G=36.22%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591174700.260.700.3837.554.3740.39
Hex9F752F01A4626263628
Octal2371655703210646466650
Binary1001111111101011011110110101000110100110100110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,117,47); }

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

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

 a { background-color: rgb(159,117,47); }

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

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

 span { border-color: rgb(159,117,47); }

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