#9E7320

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

Shades of Buttered Rum #9E7320

Tints of Buttered Rum #9E7320

Color information

#9E7320 (or 0x9E7320) is unknown color: approx Buttered Rum. HEX triplet: 9E, 73 and 20. RGB value is (158,115,32). Sum of RGB (Red+Green+Blue) = 158+115+32=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7320 is #618CDF. Grayscale: #767676. Windows color (decimal): -6393056 or 2126750. OLE color: 2126750.

HSL color Cylindrical-coordinate representation of color #9E7320: hue angle of 39.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E7320 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15811532-
CMYK00.270.800.38
HSL39.52º66.32%37.25%-
HSV(B)39.52º79.75%61.96%-
XYZ20.4919.634.08-
YUV118.3979.25156.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.80%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 32 (12.89% from 255) = 10.49%
R=51.80%
G=37.70%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581153200.270.800.3839.5266.3237.25
Hex9E732001B5026284225
Octal23616340033120465010245
Binary10011110111001110000001101110100001001101010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,115,32); }

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

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

 a { background-color: rgb(158,115,32); }

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

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

 span { border-color: rgb(158,115,32); }

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