#9F7931

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

Shades of Buttered Rum #9F7931

Tints of Buttered Rum #9F7931

Color information

#9F7931 (or 0x9F7931) is unknown color: approx Buttered Rum. HEX triplet: 9F, 79 and 31. RGB value is (159,121,49). Sum of RGB (Red+Green+Blue) = 159+121+49=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7931 is #6086CE. Grayscale: #7C7C7C. Windows color (decimal): -6325967 or 3242399. OLE color: 3242399.

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

Color convert

RGB15912149-
CMYK00.240.690.38
HSL39.27º52.88%40.78%-
HSV(B)39.27º69.18%62.35%-
XYZ21.6921.275.87-
YUV124.1585.59152.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=48.33%
G=36.78%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591214900.240.690.3839.2752.8840.78
Hex9F79310184526273529
Octal2371716103010546476551
Binary1001111111110011100010110001000101100110100111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,121,49); }

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

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

 a { background-color: rgb(159,121,49); }

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

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

 span { border-color: rgb(159,121,49); }

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