#9D7424

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

Shades of Buttered Rum #9D7424

Tints of Buttered Rum #9D7424

Color information

#9D7424 (or 0x9D7424) is unknown color: approx Buttered Rum. HEX triplet: 9D, 74 and 24. RGB value is (157,116,36). Sum of RGB (Red+Green+Blue) = 157+116+36=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7424 is #628BDB. Grayscale: #777777. Windows color (decimal): -6458332 or 2389149. OLE color: 2389149.

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

Color convert

RGB15711636-
CMYK00.260.770.38
HSL39.67º62.69%37.84%-
HSV(B)39.67º77.07%61.57%-
XYZ20.4719.794.41-
YUV119.1481.08155-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.81%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 36 (14.45% from 255) = 11.65%
R=50.81%
G=37.54%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571163600.260.770.3839.6762.6937.84
Hex9D742401A4D26283f26
Octal2351644403211546507746
Binary1001110111101001001000110101001101100110101000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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