#9E7026

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

Shades of Buttered Rum #9E7026

Tints of Buttered Rum #9E7026

Color information

#9E7026 (or 0x9E7026) is unknown color: approx Buttered Rum. HEX triplet: 9E, 70 and 26. RGB value is (158,112,38). Sum of RGB (Red+Green+Blue) = 158+112+38=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7026 is #618FD9. Grayscale: #757575. Windows color (decimal): -6393818 or 2519198. OLE color: 2519198.

HSL color Cylindrical-coordinate representation of color #9E7026: hue angle of 37º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E7026 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB15811238-
CMYK00.290.760.38
HSL37º61.22%38.43%-
HSV(B)37º75.95%61.96%-
XYZ20.24194.43-
YUV117.3283.24157.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.30%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=51.30%
G=36.36%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581123800.290.760.383761.2238.43
Hex9E702601D4C26253d26
Octal2361604603511446457546
Binary1001111011100001001100111011001100100110100101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,38); }

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

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

 a { background-color: rgb(158,112,38); }

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

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

 span { border-color: rgb(158,112,38); }

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