#9E713F

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

Shades of Buttered Rum #9E713F

Tints of Buttered Rum #9E713F

Color information

#9E713F (or 0x9E713F) is unknown color: approx Buttered Rum. HEX triplet: 9E, 71 and 3F. RGB value is (158,113,63). Sum of RGB (Red+Green+Blue) = 158+113+63=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E713F is #618EC0. Grayscale: #797979. Windows color (decimal): -6393537 or 4157854. OLE color: 4157854.

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

Color convert

RGB15811363-
CMYK00.280.600.38
HSL31.58º42.99%43.33%-
HSV(B)31.58º60.13%61.96%-
XYZ20.919.447.35-
YUV120.7695.41154.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.31%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 63 (25% from 255) = 18.86%
R=47.31%
G=33.83%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581136300.280.600.3831.5842.9943.33
Hex9E713F01C3C26202b2b
Octal236161770347446405353
Binary100111101110001111111011100111100100110100000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,113,63); }

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

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

 a { background-color: rgb(158,113,63); }

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

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

 span { border-color: rgb(158,113,63); }

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