#9B7222

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

Shades of Buttered Rum #9B7222

Tints of Buttered Rum #9B7222

Color information

#9B7222 (or 0x9B7222) is unknown color: approx Buttered Rum. HEX triplet: 9B, 72 and 22. RGB value is (155,114,34). Sum of RGB (Red+Green+Blue) = 155+114+34=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7222 is #648DDD. Grayscale: #757575. Windows color (decimal): -6589918 or 2257563. OLE color: 2257563.

HSL color Cylindrical-coordinate representation of color #9B7222: hue angle of 39.67º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B7222 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB15511434-
CMYK00.260.780.39
HSL39.67º64.02%37.06%-
HSV(B)39.67º78.06%60.78%-
XYZ19.8219.124.16-
YUV117.1481.08155-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.16%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=51.16%
G=37.62%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551143400.260.780.3939.6764.0237.06
Hex9B722201A4E27284025
Octal23316242032116475010045
Binary10011011111001010001001101010011101001111010001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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