#9B7138

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

Shades of Buttered Rum #9B7138

Tints of Buttered Rum #9B7138

Color information

#9B7138 (or 0x9B7138) is unknown color: approx Buttered Rum. HEX triplet: 9B, 71 and 38. RGB value is (155,113,56). Sum of RGB (Red+Green+Blue) = 155+113+56=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7138 is #648EC7. Grayscale: #777777. Windows color (decimal): -6590152 or 3699099. OLE color: 3699099.

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

Color convert

RGB15511356-
CMYK00.270.640.39
HSL34.55º46.92%41.37%-
HSV(B)34.55º63.87%60.78%-
XYZ20.1419.066.36-
YUV119.0692.41153.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=47.84%
G=34.88%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551135600.270.640.3934.5546.9241.37
Hex9B713801B4027232f29
Octal2331617003310047435751
Binary1001101111100011110000110111000000100111100011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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