#9F7B3D

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

Shades of Buttered Rum #9F7B3D

Tints of Buttered Rum #9F7B3D

Color information

#9F7B3D (or 0x9F7B3D) is unknown color: approx Buttered Rum. HEX triplet: 9F, 7B and 3D. RGB value is (159,123,61). Sum of RGB (Red+Green+Blue) = 159+123+61=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7B3D is #6084C2. Grayscale: #7E7E7E. Windows color (decimal): -6325443 or 4029343. OLE color: 4029343.

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

Color convert

RGB15912361-
CMYK00.230.620.38
HSL37.96º44.55%43.14%-
HSV(B)37.96º61.64%62.35%-
XYZ22.2221.877.47-
YUV126.790.93151.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.36%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=46.36%
G=35.86%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591236100.230.620.3837.9644.5543.14
Hex9F7B3D0173E26262d2b
Octal237173750277646465553
Binary100111111111011111101010111111110100110100110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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