#9B7226

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

Shades of Buttered Rum #9B7226

Tints of Buttered Rum #9B7226

Color information

#9B7226 (or 0x9B7226) is unknown color: approx Buttered Rum. HEX triplet: 9B, 72 and 26. RGB value is (155,114,38). Sum of RGB (Red+Green+Blue) = 155+114+38=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7226 is #648DD9. Grayscale: #757575. Windows color (decimal): -6589914 or 2519707. OLE color: 2519707.

HSL color Cylindrical-coordinate representation of color #9B7226: hue angle of 38.97º degrees, saturation: 0.61, 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 #9B7226 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB15511438-
CMYK00.260.750.39
HSL38.97º60.62%37.84%-
HSV(B)38.97º75.48%60.78%-
XYZ19.8819.144.48-
YUV117.5983.08154.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 38 (15.23% from 255) = 12.38%
R=50.49%
G=37.13%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551143800.260.750.3938.9760.6237.84
Hex9B722601A4B27273d26
Octal2331624603211347477546
Binary1001101111100101001100110101001011100111100111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,114,38); }

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

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

 a { background-color: rgb(155,114,38); }

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

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

 span { border-color: rgb(155,114,38); }

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