#9D7434

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

Shades of Buttered Rum #9D7434

Tints of Buttered Rum #9D7434

Color information

#9D7434 (or 0x9D7434) is unknown color: approx Buttered Rum. HEX triplet: 9D, 74 and 34. RGB value is (157,116,52). Sum of RGB (Red+Green+Blue) = 157+116+52=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7434 is #628BCB. Grayscale: #797979. Windows color (decimal): -6458316 or 3437725. OLE color: 3437725.

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

Color convert

RGB15711652-
CMYK00.260.670.38
HSL36.57º50.24%40.98%-
HSV(B)36.57º66.88%61.57%-
XYZ20.7719.916-
YUV120.9689.08153.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 52 (20.70% from 255) = 16%
R=48.31%
G=35.69%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571165200.260.670.3836.5750.2440.98
Hex9D743401A4326253229
Octal2351646403210346456251
Binary1001110111101001101000110101000011100110100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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