#9F7224

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

Shades of Buttered Rum #9F7224

Tints of Buttered Rum #9F7224

Color information

#9F7224 (or 0x9F7224) is unknown color: approx Buttered Rum. HEX triplet: 9F, 72 and 24. RGB value is (159,114,36). Sum of RGB (Red+Green+Blue) = 159+114+36=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7224 is #608DDB. Grayscale: #767676. Windows color (decimal): -6327772 or 2388639. OLE color: 2388639.

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

Color convert

RGB15911436-
CMYK00.280.770.38
HSL38.05º63.08%38.24%-
HSV(B)38.05º77.36%62.35%-
XYZ20.6319.534.35-
YUV118.5681.41156.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.46%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 36 (14.45% from 255) = 11.65%
R=51.46%
G=36.89%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591143600.280.770.3838.0563.0838.24
Hex9F722401C4D26263f26
Octal2371624403411546467746
Binary1001111111100101001000111001001101100110100110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,114,36); }

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

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

 a { background-color: rgb(159,114,36); }

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

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

 span { border-color: rgb(159,114,36); }

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