#9F743C

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

Shades of Buttered Rum #9F743C

Tints of Buttered Rum #9F743C

Color information

#9F743C (or 0x9F743C) is unknown color: approx Buttered Rum. HEX triplet: 9F, 74 and 3C. RGB value is (159,116,60). Sum of RGB (Red+Green+Blue) = 159+116+60=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F743C is #608BC3. Grayscale: #7A7A7A. Windows color (decimal): -6327236 or 3962015. OLE color: 3962015.

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

Color convert

RGB15911660-
CMYK00.270.620.38
HSL33.94º45.21%42.94%-
HSV(B)33.94º62.26%62.35%-
XYZ21.3620.197.05-
YUV122.4792.75154.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=47.46%
G=34.63%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591166000.270.620.3833.9445.2142.94
Hex9F743C01B3E26222d2b
Octal237164740337646425553
Binary100111111110100111100011011111110100110100010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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