#9F762C

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

Shades of Buttered Rum #9F762C

Tints of Buttered Rum #9F762C

Color information

#9F762C (or 0x9F762C) is unknown color: approx Buttered Rum. HEX triplet: 9F, 76 and 2C. RGB value is (159,118,44). Sum of RGB (Red+Green+Blue) = 159+118+44=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F762C is #6089D3. Grayscale: #7A7A7A. Windows color (decimal): -6326740 or 2913951. OLE color: 2913951.

HSL color Cylindrical-coordinate representation of color #9F762C: hue angle of 38.61º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F762C is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15911844-
CMYK00.260.720.38
HSL38.61º56.65%39.8%-
HSV(B)38.61º72.33%62.35%-
XYZ21.2320.515.22-
YUV121.8284.08154.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=49.53%
G=36.76%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591184400.260.720.3838.6156.6539.8
Hex9F762C01A4826273928
Octal2371665403211046477150
Binary1001111111101101011000110101001000100110100111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,118,44); }

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

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

 a { background-color: rgb(159,118,44); }

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

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

 span { border-color: rgb(159,118,44); }

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