#9A7A3B

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

Shades of Buttered Rum #9A7A3B

Tints of Buttered Rum #9A7A3B

Color information

#9A7A3B (or 0x9A7A3B) is unknown color: approx Buttered Rum. HEX triplet: 9A, 7A and 3B. RGB value is (154,122,59). Sum of RGB (Red+Green+Blue) = 154+122+59=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7A3B is #6585C4. Grayscale: #7C7C7C. Windows color (decimal): -6653381 or 3898010. OLE color: 3898010.

HSL color Cylindrical-coordinate representation of color #9A7A3B: hue angle of 39.79º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A7A3B is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB15412259-
CMYK00.210.620.40
HSL39.79º44.6%41.76%-
HSV(B)39.79º61.69%60.39%-
XYZ21.0821.17.1-
YUV124.3991.1149.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 59 (23.44% from 255) = 17.61%
R=45.97%
G=36.42%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541225900.210.620.4039.7944.641.76
Hex9A7A3B0153E28282d2a
Octal232172730257650505552
Binary100110101111010111011010101111110101000101000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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