#9D7526

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

Shades of Buttered Rum #9D7526

Tints of Buttered Rum #9D7526

Color information

#9D7526 (or 0x9D7526) is unknown color: approx Buttered Rum. HEX triplet: 9D, 75 and 26. RGB value is (157,117,38). Sum of RGB (Red+Green+Blue) = 157+117+38=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7526 is #628AD9. Grayscale: #787878. Windows color (decimal): -6458074 or 2520477. OLE color: 2520477.

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

Color convert

RGB15711738-
CMYK00.250.760.38
HSL39.83º61.03%38.24%-
HSV(B)39.83º75.8%61.57%-
XYZ20.6220.034.61-
YUV119.9581.75154.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.32%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=50.32%
G=37.5%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571173800.250.760.3839.8361.0338.24
Hex9D75260194C26283d26
Octal2351654603111446507546
Binary1001110111101011001100110011001100100110101000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,38); }

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

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

 a { background-color: rgb(157,117,38); }

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

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

 span { border-color: rgb(157,117,38); }

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