#9A7334

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

Shades of Buttered Rum #9A7334

Tints of Buttered Rum #9A7334

Color information

#9A7334 (or 0x9A7334) is unknown color: approx Buttered Rum. HEX triplet: 9A, 73 and 34. RGB value is (154,115,52). Sum of RGB (Red+Green+Blue) = 154+115+52=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7334 is #658CCB. Grayscale: #777777. Windows color (decimal): -6655180 or 3437466. OLE color: 3437466.

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

Color convert

RGB15411552-
CMYK00.250.660.40
HSL37.06º49.51%40.39%-
HSV(B)37.06º66.23%60.39%-
XYZ20.0819.385.93-
YUV119.4889.92152.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.98%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=47.98%
G=35.83%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541155200.250.660.4037.0649.5140.39
Hex9A73340194228253228
Octal2321636403110250456250
Binary1001101011100111101000110011000010101000100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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