#9A7A31

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

Shades of Buttered Rum #9A7A31

Tints of Buttered Rum #9A7A31

Color information

#9A7A31 (or 0x9A7A31) is unknown color: approx Buttered Rum. HEX triplet: 9A, 7A and 31. RGB value is (154,122,49). Sum of RGB (Red+Green+Blue) = 154+122+49=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7A31 is #6585CE. Grayscale: #7B7B7B. Windows color (decimal): -6653391 or 3242650. OLE color: 3242650.

HSL color Cylindrical-coordinate representation of color #9A7A31: hue angle of 41.71º 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 #9A7A31 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15412249-
CMYK00.210.680.40
HSL41.71º51.72%39.8%-
HSV(B)41.71º68.18%60.39%-
XYZ20.8421.015.86-
YUV123.2586.1149.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.38%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=47.38%
G=37.54%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541224900.210.680.4041.7151.7239.8
Hex9A7A3101544282a3428
Octal2321726102510450526450
Binary1001101011110101100010101011000100101000101010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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