#9B7122

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

Shades of Buttered Rum #9B7122

Tints of Buttered Rum #9B7122

Color information

#9B7122 (or 0x9B7122) is unknown color: approx Buttered Rum. HEX triplet: 9B, 71 and 22. RGB value is (155,113,34). Sum of RGB (Red+Green+Blue) = 155+113+34=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7122 is #648EDD. Grayscale: #747474. Windows color (decimal): -6590174 or 2257307. OLE color: 2257307.

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

Color convert

RGB15511334-
CMYK00.270.780.39
HSL39.17º64.02%37.06%-
HSV(B)39.17º78.06%60.78%-
XYZ19.7118.894.12-
YUV116.5581.41155.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 34 (13.67% from 255) = 11.26%
R=51.32%
G=37.42%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551133400.270.780.3939.1764.0237.06
Hex9B712201B4E27274025
Octal23316142033116474710045
Binary10011011111000110001001101110011101001111001111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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