#9C7232

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

Shades of Buttered Rum #9C7232

Tints of Buttered Rum #9C7232

Color information

#9C7232 (or 0x9C7232) is unknown color: approx Buttered Rum. HEX triplet: 9C, 72 and 32. RGB value is (156,114,50). Sum of RGB (Red+Green+Blue) = 156+114+50=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7232 is #638DCD. Grayscale: #777777. Windows color (decimal): -6524366 or 3306140. OLE color: 3306140.

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

Color convert

RGB15611450-
CMYK00.270.680.39
HSL36.23º51.46%40.39%-
HSV(B)36.23º67.95%61.18%-
XYZ20.319.335.68-
YUV119.2688.91154.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=48.75%
G=35.62%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561145000.270.680.3936.2351.4640.39
Hex9C723201B4427243328
Octal2341626203310447446350
Binary1001110011100101100100110111000100100111100100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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