#9B7133

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

Shades of Buttered Rum #9B7133

Tints of Buttered Rum #9B7133

Color information

#9B7133 (or 0x9B7133) is unknown color: approx Buttered Rum. HEX triplet: 9B, 71 and 33. RGB value is (155,113,51). Sum of RGB (Red+Green+Blue) = 155+113+51=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7133 is #648ECC. Grayscale: #767676. Windows color (decimal): -6590157 or 3371419. OLE color: 3371419.

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

Color convert

RGB15511351-
CMYK00.270.670.39
HSL35.77º50.49%40.39%-
HSV(B)35.77º67.1%60.78%-
XYZ20.0219.025.75-
YUV118.4989.91154.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=48.59%
G=35.42%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551135100.270.670.3935.7750.4940.39
Hex9B713301B4327243228
Octal2331616303310347446250
Binary1001101111100011100110110111000011100111100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,51); }

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

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

 a { background-color: rgb(155,113,51); }

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

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

 span { border-color: rgb(155,113,51); }

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