#9B722A

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

Shades of Buttered Rum #9B722A

Tints of Buttered Rum #9B722A

Color information

#9B722A (or 0x9B722A) is unknown color: approx Buttered Rum. HEX triplet: 9B, 72 and 2A. RGB value is (155,114,42). Sum of RGB (Red+Green+Blue) = 155+114+42=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B722A is #648DD5. Grayscale: #767676. Windows color (decimal): -6589910 or 2781851. OLE color: 2781851.

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

Color convert

RGB15511442-
CMYK00.260.730.39
HSL38.23º57.36%38.63%-
HSV(B)38.23º72.9%60.78%-
XYZ19.9519.174.84-
YUV118.0585.08154.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=49.84%
G=36.66%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551144200.260.730.3938.2357.3638.63
Hex9B722A01A4927263927
Octal2331625203211147467147
Binary1001101111100101010100110101001001100111100110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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