#9D742D

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

Shades of Buttered Rum #9D742D

Tints of Buttered Rum #9D742D

Color information

#9D742D (or 0x9D742D) is unknown color: approx Buttered Rum. HEX triplet: 9D, 74 and 2D. RGB value is (157,116,45). Sum of RGB (Red+Green+Blue) = 157+116+45=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D742D is #628BD2. Grayscale: #787878. Windows color (decimal): -6458323 or 2978973. OLE color: 2978973.

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

Color convert

RGB15711645-
CMYK00.260.710.38
HSL38.04º55.45%39.61%-
HSV(B)38.04º71.34%61.57%-
XYZ20.6219.855.23-
YUV120.1685.58154.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.37%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 45 (17.97% from 255) = 14.15%
R=49.37%
G=36.48%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571164500.260.710.3838.0455.4539.61
Hex9D742D01A4726263728
Octal2351645503210746466750
Binary1001110111101001011010110101000111100110100110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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