#9B7932

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

Shades of Buttered Rum #9B7932

Tints of Buttered Rum #9B7932

Color information

#9B7932 (or 0x9B7932) is unknown color: approx Buttered Rum. HEX triplet: 9B, 79 and 32. RGB value is (155,121,50). Sum of RGB (Red+Green+Blue) = 155+121+50=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7932 is #6486CD. Grayscale: #7B7B7B. Windows color (decimal): -6588110 or 3307931. OLE color: 3307931.

HSL color Cylindrical-coordinate representation of color #9B7932: hue angle of 40.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B7932 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB15512150-
CMYK00.220.680.39
HSL40.57º51.22%40.2%-
HSV(B)40.57º67.74%60.78%-
XYZ20.9320.875.94-
YUV123.0786.76150.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=47.55%
G=37.12%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551215000.220.680.3940.5751.2240.2
Hex9B79320164427293328
Octal2331716202610447516350
Binary1001101111110011100100101101000100100111101001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,50); }

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

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

 a { background-color: rgb(155,121,50); }

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

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

 span { border-color: rgb(155,121,50); }

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