#9C743A

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

Shades of Buttered Rum #9C743A

Tints of Buttered Rum #9C743A

Color information

#9C743A (or 0x9C743A) is unknown color: approx Buttered Rum. HEX triplet: 9C, 74 and 3A. RGB value is (156,116,58). Sum of RGB (Red+Green+Blue) = 156+116+58=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C743A is #638BC5. Grayscale: #797979. Windows color (decimal): -6523846 or 3830940. OLE color: 3830940.

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

Color convert

RGB15611658-
CMYK00.260.630.39
HSL35.51º45.79%41.96%-
HSV(B)35.51º62.82%61.18%-
XYZ20.7219.866.75-
YUV121.3592.25152.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=47.27%
G=35.15%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561165800.260.630.3935.5145.7941.96
Hex9C743A01A3F27242e2a
Octal234164720327747445652
Binary100111001110100111010011010111111100111100100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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