#9F722A

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

Shades of Buttered Rum #9F722A

Tints of Buttered Rum #9F722A

Color information

#9F722A (or 0x9F722A) is unknown color: approx Buttered Rum. HEX triplet: 9F, 72 and 2A. RGB value is (159,114,42). Sum of RGB (Red+Green+Blue) = 159+114+42=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F722A is #608DD5. Grayscale: #777777. Windows color (decimal): -6327766 or 2781855. OLE color: 2781855.

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

Color convert

RGB15911442-
CMYK00.280.740.38
HSL36.92º58.21%39.41%-
HSV(B)36.92º73.58%62.35%-
XYZ20.7319.574.88-
YUV119.2584.41156.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.48%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 42 (16.80% from 255) = 13.33%
R=50.48%
G=36.19%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591144200.280.740.3836.9258.2139.41
Hex9F722A01C4A26253a27
Octal2371625203411246457247
Binary1001111111100101010100111001001010100110100101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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