#9E7221

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

Shades of Buttered Rum #9E7221

Tints of Buttered Rum #9E7221

Color information

#9E7221 (or 0x9E7221) is unknown color: approx Buttered Rum. HEX triplet: 9E, 72 and 21. RGB value is (158,114,33). Sum of RGB (Red+Green+Blue) = 158+114+33=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7221 is #618DDE. Grayscale: #767676. Windows color (decimal): -6393311 or 2192030. OLE color: 2192030.

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

Color convert

RGB15811433-
CMYK00.280.790.38
HSL38.88º65.45%37.45%-
HSV(B)38.88º79.11%61.96%-
XYZ20.3919.414.11-
YUV117.9280.08156.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.80%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=51.80%
G=37.38%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581143300.280.790.3838.8865.4537.45
Hex9E722101C4F26274125
Octal23616241034117464710145
Binary10011110111001010000101110010011111001101001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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