#9B7527

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

Shades of Buttered Rum #9B7527

Tints of Buttered Rum #9B7527

Color information

#9B7527 (or 0x9B7527) is unknown color: approx Buttered Rum. HEX triplet: 9B, 75 and 27. RGB value is (155,117,39). Sum of RGB (Red+Green+Blue) = 155+117+39=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7527 is #648AD8. Grayscale: #777777. Windows color (decimal): -6589145 or 2586011. OLE color: 2586011.

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

Color convert

RGB15511739-
CMYK00.250.750.39
HSL40.34º59.79%38.04%-
HSV(B)40.34º74.84%60.78%-
XYZ20.2519.844.68-
YUV119.4782.59153.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=49.84%
G=37.62%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551173900.250.750.3940.3459.7938.04
Hex9B75270194B27283c26
Octal2331654703111347507446
Binary1001101111101011001110110011001011100111101000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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