#9E7035

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

Shades of Buttered Rum #9E7035

Tints of Buttered Rum #9E7035

Color information

#9E7035 (or 0x9E7035) is unknown color: approx Buttered Rum. HEX triplet: 9E, 70 and 35. RGB value is (158,112,53). Sum of RGB (Red+Green+Blue) = 158+112+53=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7035 is #618FCA. Grayscale: #777777. Windows color (decimal): -6393803 or 3502238. OLE color: 3502238.

HSL color Cylindrical-coordinate representation of color #9E7035: hue angle of 33.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E7035 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB15811253-
CMYK00.290.660.38
HSL33.71º49.76%41.37%-
HSV(B)33.71º66.46%61.96%-
XYZ20.5419.115.98-
YUV119.0390.74155.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.92%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=48.92%
G=34.67%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581125300.290.660.3833.7149.7641.37
Hex9E703501D4226223229
Octal2361606503510246426251
Binary1001111011100001101010111011000010100110100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,53); }

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

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

 a { background-color: rgb(158,112,53); }

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

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

 span { border-color: rgb(158,112,53); }

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