#9A7235

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

Shades of Buttered Rum #9A7235

Tints of Buttered Rum #9A7235

Color information

#9A7235 (or 0x9A7235) is unknown color: approx Buttered Rum. HEX triplet: 9A, 72 and 35. RGB value is (154,114,53). Sum of RGB (Red+Green+Blue) = 154+114+53=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7235 is #658DCA. Grayscale: #777777. Windows color (decimal): -6655435 or 3502746. OLE color: 3502746.

HSL color Cylindrical-coordinate representation of color #9A7235: hue angle of 36.24º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A7235 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15411453-
CMYK00.260.660.40
HSL36.24º48.79%40.59%-
HSV(B)36.24º65.58%60.39%-
XYZ19.9919.166.01-
YUV119.0190.75152.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.98%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=47.98%
G=35.51%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541145300.260.660.4036.2448.7940.59
Hex9A723501A4228243129
Octal2321626503210250446151
Binary1001101011100101101010110101000010101000100100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,114,53); }

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

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

 a { background-color: rgb(154,114,53); }

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

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

 span { border-color: rgb(154,114,53); }

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