#9B7229

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

Shades of Buttered Rum #9B7229

Tints of Buttered Rum #9B7229

Color information

#9B7229 (or 0x9B7229) is unknown color: approx Buttered Rum. HEX triplet: 9B, 72 and 29. RGB value is (155,114,41). Sum of RGB (Red+Green+Blue) = 155+114+41=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7229 is #648DD6. Grayscale: #767676. Windows color (decimal): -6589911 or 2716315. OLE color: 2716315.

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

Color convert

RGB15511441-
CMYK00.260.740.39
HSL38.42º58.16%38.43%-
HSV(B)38.42º73.55%60.78%-
XYZ19.9419.164.75-
YUV117.9484.58154.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 41 (16.41% from 255) = 13.23%
R=50%
G=36.77%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551144100.260.740.3938.4258.1638.43
Hex9B722901A4A27263a26
Octal2331625103211247467246
Binary1001101111100101010010110101001010100111100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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