#9C7222

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

Shades of Buttered Rum #9C7222

Tints of Buttered Rum #9C7222

Color information

#9C7222 (or 0x9C7222) is unknown color: approx Buttered Rum. HEX triplet: 9C, 72 and 22. RGB value is (156,114,34). Sum of RGB (Red+Green+Blue) = 156+114+34=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7222 is #638DDD. Grayscale: #757575. Windows color (decimal): -6524382 or 2257564. OLE color: 2257564.

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

Color convert

RGB15611434-
CMYK00.270.780.39
HSL39.34º64.21%37.25%-
HSV(B)39.34º78.21%61.18%-
XYZ20.0219.224.17-
YUV117.4480.91155.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.32%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 34 (13.67% from 255) = 11.18%
R=51.32%
G=37.5%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561143400.270.780.3939.3464.2137.25
Hex9C722201B4E27274025
Octal23416242033116474710045
Binary10011100111001010001001101110011101001111001111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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