#9E4E16

Color #9E4E16 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #9E4E16

Tints of Rich Gold #9E4E16

Color information

#9E4E16 (or 0x9E4E16) is unknown color: approx Rich Gold. HEX triplet: 9E, 4E and 16. RGB value is (158,78,22). Sum of RGB (Red+Green+Blue) = 158+78+22=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E4E16 is #61B1E9. Grayscale: #5F5F5F. Windows color (decimal): -6402538 or 1461918. OLE color: 1461918.

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

Color convert

RGB1587822-
CMYK00.510.860.38
HSL24.71º75.56%35.29%-
HSV(B)24.71º86.08%61.96%-
XYZ16.9712.782.33-
YUV95.5486.5172.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.24%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 22 (8.98% from 255) = 8.53%
R=61.24%
G=30.23%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158782200.510.860.3824.7175.5635.29
Hex9E4E160335626194c23
Octal23611626063126463111443
Binary1001111010011101011001100111010110100110110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,78,22); }

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

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

 a { background-color: rgb(158,78,22); }

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

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

 span { border-color: rgb(158,78,22); }

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