#9E7931

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

Shades of Buttered Rum #9E7931

Tints of Buttered Rum #9E7931

Color information

#9E7931 (or 0x9E7931) is unknown color: approx Buttered Rum. HEX triplet: 9E, 79 and 31. RGB value is (158,121,49). Sum of RGB (Red+Green+Blue) = 158+121+49=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7931 is #6186CE. Grayscale: #7C7C7C. Windows color (decimal): -6391503 or 3242398. OLE color: 3242398.

HSL color Cylindrical-coordinate representation of color #9E7931: hue angle of 39.63º 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 #9E7931 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB15812149-
CMYK00.230.690.38
HSL39.63º52.66%40.59%-
HSV(B)39.63º68.99%61.96%-
XYZ21.4921.175.86-
YUV123.8685.76152.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 49 (19.53% from 255) = 14.94%
R=48.17%
G=36.89%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581214900.230.690.3839.6352.6640.59
Hex9E79310174526283529
Octal2361716102710546506551
Binary1001111011110011100010101111000101100110101000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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