#9D7534

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

Shades of Buttered Rum #9D7534

Tints of Buttered Rum #9D7534

Color information

#9D7534 (or 0x9D7534) is unknown color: approx Buttered Rum. HEX triplet: 9D, 75 and 34. RGB value is (157,117,52). Sum of RGB (Red+Green+Blue) = 157+117+52=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7534 is #628ACB. Grayscale: #797979. Windows color (decimal): -6458060 or 3437981. OLE color: 3437981.

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

Color convert

RGB15711752-
CMYK00.250.670.38
HSL37.14º50.24%40.98%-
HSV(B)37.14º66.88%61.57%-
XYZ20.8920.146.04-
YUV121.5588.75153.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 52 (20.70% from 255) = 15.95%
R=48.16%
G=35.89%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571175200.250.670.3837.1450.2440.98
Hex9D75340194326253229
Octal2351656403110346456251
Binary1001110111101011101000110011000011100110100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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