#9D7329

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

Shades of Buttered Rum #9D7329

Tints of Buttered Rum #9D7329

Color information

#9D7329 (or 0x9D7329) is unknown color: approx Buttered Rum. HEX triplet: 9D, 73 and 29. RGB value is (157,115,41). Sum of RGB (Red+Green+Blue) = 157+115+41=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7329 is #628CD6. Grayscale: #777777. Windows color (decimal): -6458583 or 2716573. OLE color: 2716573.

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

Color convert

RGB15711541-
CMYK00.270.740.38
HSL38.28º58.59%38.82%-
HSV(B)38.28º73.89%61.57%-
XYZ20.4419.594.8-
YUV119.1283.91155.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.16%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 41 (16.41% from 255) = 13.10%
R=50.16%
G=36.74%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571154100.270.740.3838.2858.5938.82
Hex9D732901B4A26263b27
Octal2351635103311246467347
Binary1001110111100111010010110111001010100110100110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,115,41); }

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

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

 a { background-color: rgb(157,115,41); }

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

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

 span { border-color: rgb(157,115,41); }

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