#9E742E

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

Shades of Buttered Rum #9E742E

Tints of Buttered Rum #9E742E

Color information

#9E742E (or 0x9E742E) is unknown color: approx Buttered Rum. HEX triplet: 9E, 74 and 2E. RGB value is (158,116,46). Sum of RGB (Red+Green+Blue) = 158+116+46=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E742E is #618BD1. Grayscale: #787878. Windows color (decimal): -6392786 or 3044510. OLE color: 3044510.

HSL color Cylindrical-coordinate representation of color #9E742E: hue angle of 37.5º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E742E is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB15811646-
CMYK00.270.710.38
HSL37.5º54.9%40%-
HSV(B)37.5º70.89%61.96%-
XYZ20.8419.965.34-
YUV120.5885.91154.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.38%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=49.38%
G=36.25%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581164600.270.710.3837.554.940
Hex9E742E01B4726263728
Octal2361645603310746466750
Binary1001111011101001011100110111000111100110100110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,116,46); }

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

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

 a { background-color: rgb(158,116,46); }

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

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

 span { border-color: rgb(158,116,46); }

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