#9F4D1A

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

Shades of Rich Gold #9F4D1A

Tints of Rich Gold #9F4D1A

Color information

#9F4D1A (or 0x9F4D1A) is unknown color: approx Rich Gold. HEX triplet: 9F, 4D and 1A. RGB value is (159,77,26). Sum of RGB (Red+Green+Blue) = 159+77+26=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4D1A is #60B2E5. Grayscale: #5F5F5F. Windows color (decimal): -6337254 or 1723807. OLE color: 1723807.

HSL color Cylindrical-coordinate representation of color #9F4D1A: hue angle of 23.01º degrees, saturation: 0.72, 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 #9F4D1A is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1597726-
CMYK00.520.840.38
HSL23.01º71.89%36.27%-
HSV(B)23.01º83.65%62.35%-
XYZ17.1412.752.54-
YUV95.788.67173.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.69%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 26 (10.55% from 255) = 9.92%
R=60.69%
G=29.39%
B=9.92%

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
Decimal159772600.520.840.3823.0171.8936.27
Hex9F4D1A0345426174824
Octal23711532064124462711044
Binary1001111110011011101001101001010100100110101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,77,26); }

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

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

 a { background-color: rgb(159,77,26); }

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

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

 span { border-color: rgb(159,77,26); }

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