#9C742F

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

Shades of Buttered Rum #9C742F

Tints of Buttered Rum #9C742F

Color information

#9C742F (or 0x9C742F) is unknown color: approx Buttered Rum. HEX triplet: 9C, 74 and 2F. RGB value is (156,116,47). Sum of RGB (Red+Green+Blue) = 156+116+47=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C742F is #638BD0. Grayscale: #787878. Windows color (decimal): -6523857 or 3110044. OLE color: 3110044.

HSL color Cylindrical-coordinate representation of color #9C742F: hue angle of 37.98º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C742F is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB15611647-
CMYK00.260.700.39
HSL37.98º53.69%39.8%-
HSV(B)37.98º69.87%61.18%-
XYZ20.4719.765.43-
YUV120.0986.75153.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.90%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 47 (18.75% from 255) = 14.73%
R=48.90%
G=36.36%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561164700.260.700.3937.9853.6939.8
Hex9C742F01A4627263628
Octal2341645703210647466650
Binary1001110011101001011110110101000110100111100110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,47); }

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

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

 a { background-color: rgb(156,116,47); }

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

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

 span { border-color: rgb(156,116,47); }

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