#9E722C

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

Shades of Buttered Rum #9E722C

Tints of Buttered Rum #9E722C

Color information

#9E722C (or 0x9E722C) is unknown color: approx Buttered Rum. HEX triplet: 9E, 72 and 2C. RGB value is (158,114,44). Sum of RGB (Red+Green+Blue) = 158+114+44=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E722C is #618DD3. Grayscale: #777777. Windows color (decimal): -6393300 or 2912926. OLE color: 2912926.

HSL color Cylindrical-coordinate representation of color #9E722C: hue angle of 36.84º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E722C is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15811444-
CMYK00.280.720.38
HSL36.84º56.44%39.61%-
HSV(B)36.84º72.15%61.96%-
XYZ20.5719.495.06-
YUV119.1885.58155.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=50%
G=36.08%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581144400.280.720.3836.8456.4439.61
Hex9E722C01C4826253828
Octal2361625403411046457050
Binary1001111011100101011000111001001000100110100101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,114,44); }

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

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

 a { background-color: rgb(158,114,44); }

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

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

 span { border-color: rgb(158,114,44); }

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