#9F752C

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

Shades of Buttered Rum #9F752C

Tints of Buttered Rum #9F752C

Color information

#9F752C (or 0x9F752C) is unknown color: approx Buttered Rum. HEX triplet: 9F, 75 and 2C. RGB value is (159,117,44). Sum of RGB (Red+Green+Blue) = 159+117+44=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F752C is #608AD3. Grayscale: #797979. Windows color (decimal): -6326996 or 2913695. OLE color: 2913695.

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

Color convert

RGB15911744-
CMYK00.260.720.38
HSL38.09º56.65%39.8%-
HSV(B)38.09º72.33%62.35%-
XYZ21.1120.285.18-
YUV121.2484.41154.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.69%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 44 (17.58% from 255) = 13.75%
R=49.69%
G=36.56%
B=13.75%

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
Decimal1591174400.260.720.3838.0956.6539.8
Hex9F752C01A4826263928
Octal2371655403211046467150
Binary1001111111101011011000110101001000100110100110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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