#9C7121

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

Shades of Buttered Rum #9C7121

Tints of Buttered Rum #9C7121

Color information

#9C7121 (or 0x9C7121) is unknown color: approx Buttered Rum. HEX triplet: 9C, 71 and 21. RGB value is (156,113,33). Sum of RGB (Red+Green+Blue) = 156+113+33=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7121 is #638EDE. Grayscale: #757575. Windows color (decimal): -6524639 or 2191772. OLE color: 2191772.

HSL color Cylindrical-coordinate representation of color #9C7121: hue angle of 39.02º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C7121 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15611333-
CMYK00.280.790.39
HSL39.02º65.08%37.06%-
HSV(B)39.02º78.85%61.18%-
XYZ19.8918.994.06-
YUV116.7480.75156-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 33 (13.28% from 255) = 10.93%
R=51.66%
G=37.42%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561133300.280.790.3939.0265.0837.06
Hex9C712101C4F27274125
Octal23416141034117474710145
Binary10011100111000110000101110010011111001111001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,113,33); }

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

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

 a { background-color: rgb(156,113,33); }

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

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

 span { border-color: rgb(156,113,33); }

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