#9A7431

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

Shades of Buttered Rum #9A7431

Tints of Buttered Rum #9A7431

Color information

#9A7431 (or 0x9A7431) is unknown color: approx Buttered Rum. HEX triplet: 9A, 74 and 31. RGB value is (154,116,49). Sum of RGB (Red+Green+Blue) = 154+116+49=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7431 is #658BCE. Grayscale: #787878. Windows color (decimal): -6654927 or 3241114. OLE color: 3241114.

HSL color Cylindrical-coordinate representation of color #9A7431: hue angle of 38.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A7431 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15411649-
CMYK00.250.680.40
HSL38.29º51.72%39.8%-
HSV(B)38.29º68.18%60.39%-
XYZ20.1319.585.62-
YUV119.7288.09152.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.28%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 49 (19.53% from 255) = 15.36%
R=48.28%
G=36.36%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541164900.250.680.4038.2951.7239.8
Hex9A74310194428263428
Octal2321646103110450466450
Binary1001101011101001100010110011000100101000100110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,116,49); }

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

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

 a { background-color: rgb(154,116,49); }

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

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

 span { border-color: rgb(154,116,49); }

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