#9F7436

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

Shades of Buttered Rum #9F7436

Tints of Buttered Rum #9F7436

Color information

#9F7436 (or 0x9F7436) is unknown color: approx Buttered Rum. HEX triplet: 9F, 74 and 36. RGB value is (159,116,54). Sum of RGB (Red+Green+Blue) = 159+116+54=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7436 is #608BC9. Grayscale: #7A7A7A. Windows color (decimal): -6327242 or 3568799. OLE color: 3568799.

HSL color Cylindrical-coordinate representation of color #9F7436: hue angle of 35.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F7436 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB15911654-
CMYK00.270.660.38
HSL35.43º49.3%41.76%-
HSV(B)35.43º66.04%62.35%-
XYZ21.2120.136.26-
YUV121.7989.75154.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=48.33%
G=35.26%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591165400.270.660.3835.4349.341.76
Hex9F743601B422623312a
Octal2371646603310246436152
Binary1001111111101001101100110111000010100110100011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,116,54); }

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

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

 a { background-color: rgb(159,116,54); }

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

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

 span { border-color: rgb(159,116,54); }

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