#9D7B36

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

Shades of Buttered Rum #9D7B36

Tints of Buttered Rum #9D7B36

Color information

#9D7B36 (or 0x9D7B36) is unknown color: approx Buttered Rum. HEX triplet: 9D, 7B and 36. RGB value is (157,123,54). Sum of RGB (Red+Green+Blue) = 157+123+54=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7B36 is #6284C9. Grayscale: #7D7D7D. Windows color (decimal): -6456522 or 3570589. OLE color: 3570589.

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

Color convert

RGB15712354-
CMYK00.220.660.38
HSL40.19º48.82%41.37%-
HSV(B)40.19º65.61%61.57%-
XYZ21.6521.66.52-
YUV125.387.76150.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.01%
GREEN value IS 123 (48.44% from 255) = 36.83%
BLUE value IS 54 (21.48% from 255) = 16.17%
R=47.01%
G=36.83%
B=16.17%

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
Decimal1571235400.220.660.3840.1948.8241.37
Hex9D7B360164226283129
Octal2351736602610246506151
Binary1001110111110111101100101101000010100110101000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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