#9c4e16

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

Shades of Rich Gold #9C4E16

Tints of Rich Gold #9C4E16

Color information

#9C4E16 (or 0x9C4E16) is unknown color: approx Rich Gold. HEX triplet: 9C, 4E and 16. RGB value is (156,78,22). Sum of RGB (Red+Green+Blue) = 156+78+22=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4E16 is #63B1E9. Grayscale: #5F5F5F. Windows color (decimal): -6533610 or 1461916. OLE color: 1461916.

HSL color Cylindrical-coordinate representation of color #9C4E16: hue angle of 25.07º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C4E16 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1567822-
CMYK00.50.860.39
HSL25.07º75.28%34.9%-
HSV(B)25.07º85.9%61.18%-
XYZ16.5812.572.31-
YUV94.9486.84171.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.94%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=60.94%
G=30.47%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156782200.50.860.3925.0775.2834.9
Hex9C4E160325627194b23
Octal23411626062126473111343
Binary1001110010011101011001100101010110100111110011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c4e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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