#9C7240

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

Shades of Buttered Rum #9C7240

Tints of Buttered Rum #9C7240

Color information

#9C7240 (or 0x9C7240) is unknown color: approx Buttered Rum. HEX triplet: 9C, 72 and 40. RGB value is (156,114,64). Sum of RGB (Red+Green+Blue) = 156+114+64=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7240 is #638DBF. Grayscale: #797979. Windows color (decimal): -6524352 or 4223644. OLE color: 4223644.

HSL color Cylindrical-coordinate representation of color #9C7240: hue angle of 32.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C7240 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB15611464-
CMYK00.270.590.39
HSL32.61º41.82%43.14%-
HSV(B)32.61º58.97%61.18%-
XYZ20.6519.477.52-
YUV120.8695.91153.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=46.71%
G=34.13%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561146400.270.590.3932.6141.8243.14
Hex9C724001B3B27212a2b
Octal2341621000337347415253
Binary1001110011100101000000011011111011100111100001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,114,64); }

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

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

 a { background-color: rgb(156,114,64); }

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

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

 span { border-color: rgb(156,114,64); }

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