#9D7040

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

Shades of Buttered Rum #9D7040

Tints of Buttered Rum #9D7040

Color information

#9D7040 (or 0x9D7040) is unknown color: approx Buttered Rum. HEX triplet: 9D, 70 and 40. RGB value is (157,112,64). Sum of RGB (Red+Green+Blue) = 157+112+64=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7040 is #628FBF. Grayscale: #787878. Windows color (decimal): -6459328 or 4223133. OLE color: 4223133.

HSL color Cylindrical-coordinate representation of color #9D7040: hue angle of 30.97º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D7040 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB15711264-
CMYK00.290.590.38
HSL30.97º42.08%43.33%-
HSV(B)30.97º59.24%61.57%-
XYZ20.6219.137.46-
YUV119.9896.41154.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=47.15%
G=33.63%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571126400.290.590.3830.9742.0843.33
Hex9D704001D3B261f2a2b
Octal2351601000357346375253
Binary100111011110000100000001110111101110011011111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,112,64); }

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

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

 a { background-color: rgb(157,112,64); }

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

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

 span { border-color: rgb(157,112,64); }

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