#9D4E16

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

Shades of Rich Gold #9D4E16

Tints of Rich Gold #9D4E16

Color information

#9D4E16 (or 0x9D4E16) is unknown color: approx Rich Gold. HEX triplet: 9D, 4E and 16. RGB value is (157,78,22). Sum of RGB (Red+Green+Blue) = 157+78+22=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4E16 is #62B1E9. Grayscale: #5F5F5F. Windows color (decimal): -6468074 or 1461917. OLE color: 1461917.

HSL color Cylindrical-coordinate representation of color #9D4E16: hue angle of 24.89º degrees, saturation: 0.75, 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 #9D4E16 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1577822-
CMYK00.500.860.38
HSL24.89º75.42%35.1%-
HSV(B)24.89º85.99%61.57%-
XYZ16.7712.672.32-
YUV95.2486.67172.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=61.09%
G=30.35%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157782200.500.860.3824.8975.4235.1
Hex9D4E160325626194b23
Octal23511626062126463111343
Binary1001110110011101011001100101010110100110110011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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