#9D7220

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

Shades of Buttered Rum #9D7220

Tints of Buttered Rum #9D7220

Color information

#9D7220 (or 0x9D7220) is unknown color: approx Buttered Rum. HEX triplet: 9D, 72 and 20. RGB value is (157,114,32). Sum of RGB (Red+Green+Blue) = 157+114+32=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7220 is #628DDF. Grayscale: #757575. Windows color (decimal): -6458848 or 2126493. OLE color: 2126493.

HSL color Cylindrical-coordinate representation of color #9D7220: hue angle of 39.36º 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 #9D7220 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15711432-
CMYK00.270.800.38
HSL39.36º66.14%37.06%-
HSV(B)39.36º79.62%61.57%-
XYZ20.1819.314.03-
YUV117.5179.75156.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.82%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 32 (12.89% from 255) = 10.56%
R=51.82%
G=37.62%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571143200.270.800.3839.3666.1437.06
Hex9D722001B5026274225
Octal23516240033120464710245
Binary10011101111001010000001101110100001001101001111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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