#9B7430

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

Shades of Buttered Rum #9B7430

Tints of Buttered Rum #9B7430

Color information

#9B7430 (or 0x9B7430) is unknown color: approx Buttered Rum. HEX triplet: 9B, 74 and 30. RGB value is (155,116,48). Sum of RGB (Red+Green+Blue) = 155+116+48=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7430 is #648BCF. Grayscale: #787878. Windows color (decimal): -6589392 or 3175579. OLE color: 3175579.

HSL color Cylindrical-coordinate representation of color #9B7430: hue angle of 38.13º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B7430 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB15511648-
CMYK00.250.690.39
HSL38.13º52.71%39.8%-
HSV(B)38.13º69.03%60.78%-
XYZ20.319.675.52-
YUV119.9187.42153.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 48 (19.14% from 255) = 15.05%
R=48.59%
G=36.36%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551164800.250.690.3938.1352.7139.8
Hex9B74300194527263528
Octal2331646003110547466550
Binary1001101111101001100000110011000101100111100110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,116,48); }

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

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

 a { background-color: rgb(155,116,48); }

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

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

 span { border-color: rgb(155,116,48); }

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