#9E730D

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

Shades of Golden Brown #9E730D

Tints of Golden Brown #9E730D

Color information

#9E730D (or 0x9E730D) is unknown color: approx Golden Brown. HEX triplet: 9E, 73 and 0D. RGB value is (158,115,13). Sum of RGB (Red+Green+Blue) = 158+115+13=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E730D is #618CF2. Grayscale: #747474. Windows color (decimal): -6393075 or 881566. OLE color: 881566.

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

Color convert

RGB15811513-
CMYK00.270.920.38
HSL42.21º84.8%33.53%-
HSV(B)42.21º91.77%61.96%-
XYZ20.319.563.09-
YUV116.2369.75157.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.24%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 13 (5.47% from 255) = 4.55%
R=55.24%
G=40.21%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581151300.270.920.3842.2184.833.53
Hex9E73D01B5C262a5522
Octal23616315033134465212542
Binary100111101110011110101101110111001001101010101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,115,13); }

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

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

 a { background-color: rgb(158,115,13); }

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

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

 span { border-color: rgb(158,115,13); }

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