#9E7138

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

Shades of Buttered Rum #9E7138

Tints of Buttered Rum #9E7138

Color information

#9E7138 (or 0x9E7138) is unknown color: approx Buttered Rum. HEX triplet: 9E, 71 and 38. RGB value is (158,113,56). Sum of RGB (Red+Green+Blue) = 158+113+56=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7138 is #618EC7. Grayscale: #787878. Windows color (decimal): -6393544 or 3699102. OLE color: 3699102.

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

Color convert

RGB15811356-
CMYK00.280.650.38
HSL33.53º47.66%41.96%-
HSV(B)33.53º64.56%61.96%-
XYZ20.7219.366.39-
YUV119.9691.91155.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=48.32%
G=34.56%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581135600.280.650.3833.5347.6641.96
Hex9E713801C412622302a
Octal2361617003410146426052
Binary1001111011100011110000111001000001100110100010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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