#9B7529

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

Shades of Buttered Rum #9B7529

Tints of Buttered Rum #9B7529

Color information

#9B7529 (or 0x9B7529) is unknown color: approx Buttered Rum. HEX triplet: 9B, 75 and 29. RGB value is (155,117,41). Sum of RGB (Red+Green+Blue) = 155+117+41=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7529 is #648AD6. Grayscale: #787878. Windows color (decimal): -6589143 or 2717083. OLE color: 2717083.

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

Color convert

RGB15511741-
CMYK00.250.740.39
HSL40º58.16%38.43%-
HSV(B)40º73.55%60.78%-
XYZ20.2819.854.86-
YUV119.783.59153.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 41 (16.41% from 255) = 13.10%
R=49.52%
G=37.38%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551174100.250.740.394058.1638.43
Hex9B75290194A27283a26
Octal2331655103111247507246
Binary1001101111101011010010110011001010100111101000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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