#9E7411

Color #9E7411 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9E7411

Tints of Golden Brown #9E7411

Color information

#9E7411 (or 0x9E7411) is unknown color: approx Golden Brown. HEX triplet: 9E, 74 and 11. RGB value is (158,116,17). Sum of RGB (Red+Green+Blue) = 158+116+17=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7411 is #618BEE. Grayscale: #757575. Windows color (decimal): -6392815 or 1143966. OLE color: 1143966.

HSL color Cylindrical-coordinate representation of color #9E7411: hue angle of 42.13º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E7411 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15811617-
CMYK00.270.890.38
HSL42.13º80.57%34.31%-
HSV(B)42.13º89.24%61.96%-
XYZ20.4519.83.27-
YUV117.2771.41157.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.30%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 17 (7.03% from 255) = 5.84%
R=54.30%
G=39.86%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581161700.270.890.3842.1380.5734.31
Hex9E741101B59262a5122
Octal23616421033131465212142
Binary1001111011101001000101101110110011001101010101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,116,17); }

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

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

 a { background-color: rgb(158,116,17); }

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

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

 span { border-color: rgb(158,116,17); }

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