#9D7A36

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

Shades of Buttered Rum #9D7A36

Tints of Buttered Rum #9D7A36

Color information

#9D7A36 (or 0x9D7A36) is unknown color: approx Buttered Rum. HEX triplet: 9D, 7A and 36. RGB value is (157,122,54). Sum of RGB (Red+Green+Blue) = 157+122+54=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7A36 is #6285C9. Grayscale: #7D7D7D. Windows color (decimal): -6456778 or 3570333. OLE color: 3570333.

HSL color Cylindrical-coordinate representation of color #9D7A36: hue angle of 39.61º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D7A36 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB15712254-
CMYK00.220.660.38
HSL39.61º48.82%41.37%-
HSV(B)39.61º65.61%61.57%-
XYZ21.5321.356.48-
YUV124.7188.1151.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=47.15%
G=36.64%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571225400.220.660.3839.6148.8241.37
Hex9D7A360164226283129
Octal2351726602610246506151
Binary1001110111110101101100101101000010100110101000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,122,54); }

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

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

 a { background-color: rgb(157,122,54); }

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

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

 span { border-color: rgb(157,122,54); }

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