#9E7D3C

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

Shades of Buttered Rum #9E7D3C

Tints of Buttered Rum #9E7D3C

Color information

#9E7D3C (or 0x9E7D3C) is unknown color: approx Buttered Rum. HEX triplet: 9E, 7D and 3C. RGB value is (158,125,60). Sum of RGB (Red+Green+Blue) = 158+125+60=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7D3C is #6182C3. Grayscale: #7F7F7F. Windows color (decimal): -6390468 or 3964318. OLE color: 3964318.

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

Color convert

RGB15812560-
CMYK00.210.620.38
HSL39.8º44.95%42.75%-
HSV(B)39.8º62.03%61.96%-
XYZ22.2522.267.4-
YUV127.4689.93149.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.06%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=46.06%
G=36.44%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581256000.210.620.3839.844.9542.75
Hex9E7D3C0153E26282d2b
Octal236175740257646505553
Binary100111101111101111100010101111110100110101000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,125,60); }

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

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

 a { background-color: rgb(158,125,60); }

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

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

 span { border-color: rgb(158,125,60); }

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