#9C5017

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

Shades of Rich Gold #9C5017

Tints of Rich Gold #9C5017

Color information

#9C5017 (or 0x9C5017) is unknown color: approx Rich Gold. HEX triplet: 9C, 50 and 17. RGB value is (156,80,23). Sum of RGB (Red+Green+Blue) = 156+80+23=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5017 is #63AFE8. Grayscale: #606060. Windows color (decimal): -6533097 or 1527964. OLE color: 1527964.

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

Color convert

RGB1568023-
CMYK00.490.850.39
HSL25.71º74.3%35.1%-
HSV(B)25.71º85.26%61.18%-
XYZ16.7312.872.41-
YUV96.2386.68170.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.23%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 23 (9.38% from 255) = 8.88%
R=60.23%
G=30.89%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156802300.490.850.3925.7174.335.1
Hex9C501703155271a4a23
Octal23412027061125473211243
Binary1001110010100001011101100011010101100111110101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,80,23); }

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

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

 a { background-color: rgb(156,80,23); }

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

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

 span { border-color: rgb(156,80,23); }

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