#9F7222

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

Shades of Buttered Rum #9F7222

Tints of Buttered Rum #9F7222

Color information

#9F7222 (or 0x9F7222) is unknown color: approx Buttered Rum. HEX triplet: 9F, 72 and 22. RGB value is (159,114,34). Sum of RGB (Red+Green+Blue) = 159+114+34=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7222 is #608DDD. Grayscale: #767676. Windows color (decimal): -6327774 or 2257567. OLE color: 2257567.

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

Color convert

RGB15911434-
CMYK00.280.790.38
HSL38.4º64.77%37.84%-
HSV(B)38.4º78.62%62.35%-
XYZ20.619.524.2-
YUV118.3480.41157-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 34 (13.67% from 255) = 11.07%
R=51.79%
G=37.13%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591143400.280.790.3838.464.7737.84
Hex9F722201C4F26264126
Octal23716242034117464610146
Binary10011111111001010001001110010011111001101001101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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