#9E7127

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

Shades of Buttered Rum #9E7127

Tints of Buttered Rum #9E7127

Color information

#9E7127 (or 0x9E7127) is unknown color: approx Buttered Rum. HEX triplet: 9E, 71 and 27. RGB value is (158,113,39). Sum of RGB (Red+Green+Blue) = 158+113+39=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7127 is #618ED8. Grayscale: #767676. Windows color (decimal): -6393561 or 2584990. OLE color: 2584990.

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

Color convert

RGB15811339-
CMYK00.280.750.38
HSL37.31º60.41%38.63%-
HSV(B)37.31º75.32%61.96%-
XYZ20.3719.234.56-
YUV118.0283.41156.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.97%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 39 (15.62% from 255) = 12.58%
R=50.97%
G=36.45%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581133900.280.750.3837.3160.4138.63
Hex9E712701C4B26253c27
Octal2361614703411346457447
Binary1001111011100011001110111001001011100110100101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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