#9D7431

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

Shades of Buttered Rum #9D7431

Tints of Buttered Rum #9D7431

Color information

#9D7431 (or 0x9D7431) is unknown color: approx Buttered Rum. HEX triplet: 9D, 74 and 31. RGB value is (157,116,49). Sum of RGB (Red+Green+Blue) = 157+116+49=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7431 is #628BCE. Grayscale: #787878. Windows color (decimal): -6458319 or 3241117. OLE color: 3241117.

HSL color Cylindrical-coordinate representation of color #9D7431: hue angle of 37.22º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D7431 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB15711649-
CMYK00.260.690.38
HSL37.22º52.43%40.39%-
HSV(B)37.22º68.79%61.57%-
XYZ20.719.885.65-
YUV120.6287.58153.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.76%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 49 (19.53% from 255) = 15.22%
R=48.76%
G=36.02%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571164900.260.690.3837.2252.4340.39
Hex9D743101A4526253428
Octal2351646103210546456450
Binary1001110111101001100010110101000101100110100101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,116,49); }

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

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

 a { background-color: rgb(157,116,49); }

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

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

 span { border-color: rgb(157,116,49); }

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