#9D7120

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

Shades of Buttered Rum #9D7120

Tints of Buttered Rum #9D7120

Color information

#9D7120 (or 0x9D7120) is unknown color: approx Buttered Rum. HEX triplet: 9D, 71 and 20. RGB value is (157,113,32). Sum of RGB (Red+Green+Blue) = 157+113+32=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7120 is #628EDF. Grayscale: #757575. Windows color (decimal): -6459104 or 2126237. OLE color: 2126237.

HSL color Cylindrical-coordinate representation of color #9D7120: hue angle of 38.88º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D7120 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15711332-
CMYK00.280.800.38
HSL38.88º66.14%37.06%-
HSV(B)38.88º79.62%61.57%-
XYZ20.0719.083.99-
YUV116.9280.08156.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.99%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 32 (12.89% from 255) = 10.60%
R=51.99%
G=37.42%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571133200.280.800.3838.8866.1437.06
Hex9D712001C5026274225
Octal23516140034120464710245
Binary10011101111000110000001110010100001001101001111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,113,32); }

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

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

 a { background-color: rgb(157,113,32); }

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

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

 span { border-color: rgb(157,113,32); }

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