#9A7333

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

Shades of Buttered Rum #9A7333

Tints of Buttered Rum #9A7333

Color information

#9A7333 (or 0x9A7333) is unknown color: approx Buttered Rum. HEX triplet: 9A, 73 and 33. RGB value is (154,115,51). Sum of RGB (Red+Green+Blue) = 154+115+51=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7333 is #658CCC. Grayscale: #777777. Windows color (decimal): -6655181 or 3371930. OLE color: 3371930.

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

Color convert

RGB15411551-
CMYK00.250.670.40
HSL37.28º50.24%40.2%-
HSV(B)37.28º66.88%60.39%-
XYZ20.0519.375.81-
YUV119.3689.42152.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.12%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 51 (20.31% from 255) = 15.94%
R=48.12%
G=35.94%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541155100.250.670.4037.2850.2440.2
Hex9A73330194328253228
Octal2321636303110350456250
Binary1001101011100111100110110011000011101000100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,115,51); }

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

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

 a { background-color: rgb(154,115,51); }

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

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

 span { border-color: rgb(154,115,51); }

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