#9C732A

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

Shades of Buttered Rum #9C732A

Tints of Buttered Rum #9C732A

Color information

#9C732A (or 0x9C732A) is unknown color: approx Buttered Rum. HEX triplet: 9C, 73 and 2A. RGB value is (156,115,42). Sum of RGB (Red+Green+Blue) = 156+115+42=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C732A is #638CD5. Grayscale: #777777. Windows color (decimal): -6524118 or 2782108. OLE color: 2782108.

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

Color convert

RGB15611542-
CMYK00.260.730.39
HSL38.42º57.58%38.82%-
HSV(B)38.42º73.08%61.18%-
XYZ20.2619.54.89-
YUV118.9484.58154.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=49.84%
G=36.74%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561154200.260.730.3938.4257.5838.82
Hex9C732A01A4927263a27
Octal2341635203211147467247
Binary1001110011100111010100110101001001100111100110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,115,42); }

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

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

 a { background-color: rgb(156,115,42); }

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

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

 span { border-color: rgb(156,115,42); }

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