#9A7831

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

Shades of Buttered Rum #9A7831

Tints of Buttered Rum #9A7831

Color information

#9A7831 (or 0x9A7831) is unknown color: approx Buttered Rum. HEX triplet: 9A, 78 and 31. RGB value is (154,120,49). Sum of RGB (Red+Green+Blue) = 154+120+49=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7831 is #6587CE. Grayscale: #7A7A7A. Windows color (decimal): -6653903 or 3242138. OLE color: 3242138.

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

Color convert

RGB15412049-
CMYK00.220.680.40
HSL40.57º51.72%39.8%-
HSV(B)40.57º68.18%60.39%-
XYZ20.620.525.78-
YUV122.0786.76150.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.68%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=47.68%
G=37.15%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541204900.220.680.4040.5751.7239.8
Hex9A78310164428293428
Octal2321706102610450516450
Binary1001101011110001100010101101000100101000101001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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