#9E701A

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

Shades of Golden Brown #9E701A

Tints of Golden Brown #9E701A

Color information

#9E701A (or 0x9E701A) is unknown color: approx Golden Brown. HEX triplet: 9E, 70 and 1A. RGB value is (158,112,26). Sum of RGB (Red+Green+Blue) = 158+112+26=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E701A is #618FE5. Grayscale: #747474. Windows color (decimal): -6393830 or 1732766. OLE color: 1732766.

HSL color Cylindrical-coordinate representation of color #9E701A: hue angle of 39.09º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E701A is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB15811226-
CMYK00.290.840.38
HSL39.09º71.74%36.08%-
HSV(B)39.09º83.54%61.96%-
XYZ20.0818.933.57-
YUV115.9577.24157.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.38%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 26 (10.55% from 255) = 8.78%
R=53.38%
G=37.84%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581122600.290.840.3839.0971.7436.08
Hex9E701A01D5426274824
Octal23616032035124464711044
Binary1001111011100001101001110110101001001101001111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,26); }

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

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

 a { background-color: rgb(158,112,26); }

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

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

 span { border-color: rgb(158,112,26); }

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