#9C4E15

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

Shades of Rich Gold #9C4E15

Tints of Rich Gold #9C4E15

Color information

#9C4E15 (or 0x9C4E15) is unknown color: approx Rich Gold. HEX triplet: 9C, 4E and 15. RGB value is (156,78,21). Sum of RGB (Red+Green+Blue) = 156+78+21=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4E15 is #63B1EA. Grayscale: #5F5F5F. Windows color (decimal): -6533611 or 1396380. OLE color: 1396380.

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

Color convert

RGB1567821-
CMYK00.50.870.39
HSL25.33º76.27%34.71%-
HSV(B)25.33º86.54%61.18%-
XYZ16.5712.572.26-
YUV94.8286.34171.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.18%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=61.18%
G=30.59%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156782100.50.870.3925.3376.2734.71
Hex9C4E150325727194c23
Octal23411625062127473111443
Binary1001110010011101010101100101010111100111110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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