#9e7231

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

Shades of Buttered Rum #9E7231

Tints of Buttered Rum #9E7231

Color information

#9E7231 (or 0x9E7231) is unknown color: approx Buttered Rum. HEX triplet: 9E, 72 and 31. RGB value is (158,114,49). Sum of RGB (Red+Green+Blue) = 158+114+49=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7231 is #618DCE. Grayscale: #787878. Windows color (decimal): -6393295 or 3240606. OLE color: 3240606.

HSL color Cylindrical-coordinate representation of color #9E7231: hue angle of 35.78º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E7231 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB15811449-
CMYK00.280.690.38
HSL35.78º52.66%40.59%-
HSV(B)35.78º68.99%61.96%-
XYZ20.6719.535.58-
YUV119.7588.08155.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.22%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=49.22%
G=35.51%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581144900.280.690.3835.7852.6640.59
Hex9E723101C4526243529
Octal2361626103410546446551
Binary1001111011100101100010111001000101100110100100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e7231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,114,49); }

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

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

 a { background-color: rgb(158,114,49); }

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

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

 span { border-color: rgb(158,114,49); }

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