#9A4C20

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

Shades of Rich Gold #9A4C20

Tints of Rich Gold #9A4C20

Color information

#9A4C20 (or 0x9A4C20) is unknown color: approx Rich Gold. HEX triplet: 9A, 4C and 20. RGB value is (154,76,32). Sum of RGB (Red+Green+Blue) = 154+76+32=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4C20 is #65B3DF. Grayscale: #5E5E5E. Windows color (decimal): -6665184 or 2116762. OLE color: 2116762.

HSL color Cylindrical-coordinate representation of color #9A4C20: hue angle of 21.64º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A4C20 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1547632-
CMYK00.510.790.40
HSL21.64º65.59%36.47%-
HSV(B)21.64º79.22%60.39%-
XYZ16.1712.142.86-
YUV94.3192.84170.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.78%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=58.78%
G=29.01%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154763200.510.790.4021.6465.5936.47
Hex9A4C200334F28164224
Octal23211440063117502610244
Binary10011010100110010000001100111001111101000101101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,76,32); }

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

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

 a { background-color: rgb(154,76,32); }

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

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

 span { border-color: rgb(154,76,32); }

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