#9C5021

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

Shades of Rich Gold #9C5021

Tints of Rich Gold #9C5021

Color information

#9C5021 (or 0x9C5021) is unknown color: approx Rich Gold. HEX triplet: 9C, 50 and 21. RGB value is (156,80,33). Sum of RGB (Red+Green+Blue) = 156+80+33=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5021 is #63AFDE. Grayscale: #616161. Windows color (decimal): -6533087 or 2183324. OLE color: 2183324.

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

Color convert

RGB1568033-
CMYK00.490.790.39
HSL22.93º65.08%37.06%-
HSV(B)22.93º78.85%61.18%-
XYZ16.8512.923.04-
YUV97.3791.68169.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.99%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 33 (13.28% from 255) = 12.27%
R=57.99%
G=29.74%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156803300.490.790.3922.9365.0837.06
Hex9C50210314F27174125
Octal23412041061117472710145
Binary10011100101000010000101100011001111100111101111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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