#9E792E

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

Shades of Buttered Rum #9E792E

Tints of Buttered Rum #9E792E

Color information

#9E792E (or 0x9E792E) is unknown color: approx Buttered Rum. HEX triplet: 9E, 79 and 2E. RGB value is (158,121,46). Sum of RGB (Red+Green+Blue) = 158+121+46=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E792E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E792E is #6186D1. Grayscale: #7B7B7B. Windows color (decimal): -6391506 or 3045790. OLE color: 3045790.

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

Color convert

RGB15812146-
CMYK00.230.710.38
HSL40.18º54.9%40%-
HSV(B)40.18º70.89%61.96%-
XYZ21.4321.145.54-
YUV123.5184.26152.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.62%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=48.62%
G=37.23%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581214600.230.710.3840.1854.940
Hex9E792E0174726283728
Octal2361715602710746506750
Binary1001111011110011011100101111000111100110101000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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