#9E7135

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

Shades of Buttered Rum #9E7135

Tints of Buttered Rum #9E7135

Color information

#9E7135 (or 0x9E7135) is unknown color: approx Buttered Rum. HEX triplet: 9E, 71 and 35. RGB value is (158,113,53). Sum of RGB (Red+Green+Blue) = 158+113+53=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7135 is #618ECA. Grayscale: #777777. Windows color (decimal): -6393547 or 3502494. OLE color: 3502494.

HSL color Cylindrical-coordinate representation of color #9E7135: hue angle of 34.29º 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 #9E7135 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB15811353-
CMYK00.280.660.38
HSL34.29º49.76%41.37%-
HSV(B)34.29º66.46%61.96%-
XYZ20.6519.346.01-
YUV119.6290.41155.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.77%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=48.77%
G=34.88%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581135300.280.660.3834.2949.7641.37
Hex9E713501C4226223229
Octal2361616503410246426251
Binary1001111011100011101010111001000010100110100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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