#9F7B3F

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

Shades of Buttered Rum #9F7B3F

Tints of Buttered Rum #9F7B3F

Color information

#9F7B3F (or 0x9F7B3F) is unknown color: approx Buttered Rum. HEX triplet: 9F, 7B and 3F. RGB value is (159,123,63). Sum of RGB (Red+Green+Blue) = 159+123+63=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7B3F is #6084C0. Grayscale: #7F7F7F. Windows color (decimal): -6325441 or 4160415. OLE color: 4160415.

HSL color Cylindrical-coordinate representation of color #9F7B3F: hue angle of 37.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F7B3F is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB15912363-
CMYK00.230.600.38
HSL37.5º43.24%43.53%-
HSV(B)37.5º60.38%62.35%-
XYZ22.2821.97.75-
YUV126.9291.93150.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 63 (25% from 255) = 18.26%
R=46.09%
G=35.65%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591236300.230.600.3837.543.2443.53
Hex9F7B3F0173C26252b2c
Octal237173770277446455354
Binary100111111111011111111010111111100100110100101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,123,63); }

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

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

 a { background-color: rgb(159,123,63); }

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

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

 span { border-color: rgb(159,123,63); }

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