#9E7214

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

Shades of Golden Brown #9E7214

Tints of Golden Brown #9E7214

Color information

#9E7214 (or 0x9E7214) is unknown color: approx Golden Brown. HEX triplet: 9E, 72 and 14. RGB value is (158,114,20). Sum of RGB (Red+Green+Blue) = 158+114+20=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7214 is #618DEB. Grayscale: #747474. Windows color (decimal): -6393324 or 1340062. OLE color: 1340062.

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

Color convert

RGB15811420-
CMYK00.280.870.38
HSL40.87º77.53%34.9%-
HSV(B)40.87º87.34%61.96%-
XYZ20.2419.353.33-
YUV116.4473.58157.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 20 (8.20% from 255) = 6.85%
R=54.11%
G=39.04%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581142000.280.870.3840.8777.5334.9
Hex9E721401C5726294e23
Octal23616224034127465111643
Binary1001111011100101010001110010101111001101010011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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