#9B7536

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

Shades of Buttered Rum #9B7536

Tints of Buttered Rum #9B7536

Color information

#9B7536 (or 0x9B7536) is unknown color: approx Buttered Rum. HEX triplet: 9B, 75 and 36. RGB value is (155,117,54). Sum of RGB (Red+Green+Blue) = 155+117+54=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7536 is #648AC9. Grayscale: #797979. Windows color (decimal): -6589130 or 3569051. OLE color: 3569051.

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

Color convert

RGB15511754-
CMYK00.250.650.39
HSL37.43º48.33%40.98%-
HSV(B)37.43º65.16%60.78%-
XYZ20.5419.966.26-
YUV121.1890.09152.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=47.55%
G=35.89%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551175400.250.650.3937.4348.3340.98
Hex9B75360194127253029
Octal2331656603110147456051
Binary1001101111101011101100110011000001100111100101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,54); }

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

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

 a { background-color: rgb(155,117,54); }

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

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

 span { border-color: rgb(155,117,54); }

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