#9E7E38

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

Shades of Buttered Rum #9E7E38

Tints of Buttered Rum #9E7E38

Color information

#9E7E38 (or 0x9E7E38) is unknown color: approx Buttered Rum. HEX triplet: 9E, 7E and 38. RGB value is (158,126,56). Sum of RGB (Red+Green+Blue) = 158+126+56=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7E38 is #6181C7. Grayscale: #7F7F7F. Windows color (decimal): -6390216 or 3702430. OLE color: 3702430.

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

Color convert

RGB15812656-
CMYK00.200.650.38
HSL41.18º47.66%41.96%-
HSV(B)41.18º64.56%61.96%-
XYZ22.2822.486.91-
YUV127.5987.6149.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.47%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=46.47%
G=37.06%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581265600.200.650.3841.1847.6641.96
Hex9E7E38014412629302a
Octal2361767002410146516052
Binary1001111011111101110000101001000001100110101001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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