#9D7D35

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

Shades of Buttered Rum #9D7D35

Tints of Buttered Rum #9D7D35

Color information

#9D7D35 (or 0x9D7D35) is unknown color: approx Buttered Rum. HEX triplet: 9D, 7D and 35. RGB value is (157,125,53). Sum of RGB (Red+Green+Blue) = 157+125+53=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7D35 is #6282CA. Grayscale: #7E7E7E. Windows color (decimal): -6456011 or 3505565. OLE color: 3505565.

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

Color convert

RGB15712553-
CMYK00.200.660.38
HSL41.54º49.52%41.18%-
HSV(B)41.54º66.24%61.57%-
XYZ21.8822.096.48-
YUV126.3686.6149.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=46.87%
G=37.31%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571255300.200.660.3841.5449.5241.18
Hex9D7D3501442262a3229
Octal2351756502410246526251
Binary1001110111111011101010101001000010100110101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,125,53); }

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

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

 a { background-color: rgb(157,125,53); }

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

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

 span { border-color: rgb(157,125,53); }

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