#9E7204

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

Shades of Golden Brown #9E7204

Tints of Golden Brown #9E7204

Color information

#9E7204 (or 0x9E7204) is unknown color: approx Golden Brown. HEX triplet: 9E, 72 and 04. RGB value is (158,114,4). Sum of RGB (Red+Green+Blue) = 158+114+4=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7204 is #618DFB. Grayscale: #737373. Windows color (decimal): -6393340 or 291486. OLE color: 291486.

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

Color convert

RGB1581144-
CMYK00.280.970.38
HSL42.86º95.06%31.76%-
HSV(B)42.86º97.47%61.96%-
XYZ20.1419.312.78-
YUV114.6265.58158.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.25%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=57.25%
G=41.30%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158114400.280.970.3842.8695.0631.76
Hex9E72401C61262b5f20
Octal2361624034141465313740
Binary10011110111001010001110011000011001101010111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,114,4); }

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

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

 a { background-color: rgb(158,114,4); }

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

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

 span { border-color: rgb(158,114,4); }

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