#9E7704

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

Shades of Golden Brown #9E7704

Tints of Golden Brown #9E7704

Color information

#9E7704 (or 0x9E7704) is unknown color: approx Golden Brown. HEX triplet: 9E, 77 and 04. RGB value is (158,119,4). Sum of RGB (Red+Green+Blue) = 158+119+4=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7704 is #6188FB. Grayscale: #767676. Windows color (decimal): -6392060 or 292766. OLE color: 292766.

HSL color Cylindrical-coordinate representation of color #9E7704: hue angle of 44.81º 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 #9E7704 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1581194-
CMYK00.250.970.38
HSL44.81º95.06%31.76%-
HSV(B)44.81º97.47%61.96%-
XYZ20.7220.472.97-
YUV117.5563.92156.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.23%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 4 (1.95% from 255) = 1.42%
R=56.23%
G=42.35%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158119400.250.970.3844.8195.0631.76
Hex9E77401961262d5f20
Octal2361674031141465513740
Binary10011110111011110001100111000011001101011011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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