#9C722B

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

Shades of Buttered Rum #9C722B

Tints of Buttered Rum #9C722B

Color information

#9C722B (or 0x9C722B) is unknown color: approx Buttered Rum. HEX triplet: 9C, 72 and 2B. RGB value is (156,114,43). Sum of RGB (Red+Green+Blue) = 156+114+43=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C722B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C722B is #638DD4. Grayscale: #767676. Windows color (decimal): -6524373 or 2847388. OLE color: 2847388.

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

Color convert

RGB15611443-
CMYK00.270.720.39
HSL37.7º56.78%39.02%-
HSV(B)37.7º72.44%61.18%-
XYZ20.1619.284.94-
YUV118.4685.41154.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=49.84%
G=36.42%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561144300.270.720.3937.756.7839.02
Hex9C722B01B4827263927
Octal2341625303311047467147
Binary1001110011100101010110110111001000100111100110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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