#9C4922

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

Shades of Rich Gold #9C4922

Tints of Rich Gold #9C4922

Color information

#9C4922 (or 0x9C4922) is unknown color: approx Rich Gold. HEX triplet: 9C, 49 and 22. RGB value is (156,73,34). Sum of RGB (Red+Green+Blue) = 156+73+34=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4922 is #63B6DD. Grayscale: #5D5D5D. Windows color (decimal): -6534878 or 2247068. OLE color: 2247068.

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

Color convert

RGB1567334-
CMYK00.530.780.39
HSL19.18º64.21%37.25%-
HSV(B)19.18º78.21%61.18%-
XYZ16.3811.952.96-
YUV93.3794.5172.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.32%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 34 (13.67% from 255) = 12.93%
R=59.32%
G=27.76%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156733400.530.780.3919.1864.2137.25
Hex9C49220354E27134025
Octal23411142065116472310045
Binary10011100100100110001001101011001110100111100111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,73,34); }

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

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

 a { background-color: rgb(156,73,34); }

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

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

 span { border-color: rgb(156,73,34); }

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