#9c5921

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

Shades of Rich Gold #9C5921

Tints of Rich Gold #9C5921

Color information

#9C5921 (or 0x9C5921) is unknown color: approx Rich Gold. HEX triplet: 9C, 59 and 21. RGB value is (156,89,33). Sum of RGB (Red+Green+Blue) = 156+89+33=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5921 is #63A6DE. Grayscale: #666666. Windows color (decimal): -6530783 or 2185628. OLE color: 2185628.

HSL color Cylindrical-coordinate representation of color #9C5921: hue angle of 27.32º 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 #9C5921 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1568933-
CMYK00.430.790.39
HSL27.32º65.08%37.06%-
HSV(B)27.32º78.85%61.18%-
XYZ17.5614.323.28-
YUV102.6588.7166.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.12%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=56.12%
G=32.01%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156893300.430.790.3927.3265.0837.06
Hex9C592102B4F271b4125
Octal23413141053117473310145
Binary10011100101100110000101010111001111100111110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c5921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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