#9F4C19

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

Shades of Rich Gold #9F4C19

Tints of Rich Gold #9F4C19

Color information

#9F4C19 (or 0x9F4C19) is unknown color: approx Rich Gold. HEX triplet: 9F, 4C and 19. RGB value is (159,76,25). Sum of RGB (Red+Green+Blue) = 159+76+25=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4C19 is #60B3E6. Grayscale: #5F5F5F. Windows color (decimal): -6337511 or 1658015. OLE color: 1658015.

HSL color Cylindrical-coordinate representation of color #9F4C19: hue angle of 22.84º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F4C19 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1597625-
CMYK00.520.840.38
HSL22.84º72.83%36.08%-
HSV(B)22.84º84.28%62.35%-
XYZ17.0612.612.45-
YUV9588.5173.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.15%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 25 (10.16% from 255) = 9.62%
R=61.15%
G=29.23%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159762500.520.840.3822.8472.8336.08
Hex9F4C190345426174924
Octal23711431064124462711144
Binary1001111110011001100101101001010100100110101111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,76,25); }

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

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

 a { background-color: rgb(159,76,25); }

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

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

 span { border-color: rgb(159,76,25); }

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