#9F4D12

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

Shades of Rich Gold #9F4D12

Tints of Rich Gold #9F4D12

Color information

#9F4D12 (or 0x9F4D12) is unknown color: approx Rich Gold. HEX triplet: 9F, 4D and 12. RGB value is (159,77,18). Sum of RGB (Red+Green+Blue) = 159+77+18=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F4D12 is #60B2ED. Grayscale: #5F5F5F. Windows color (decimal): -6337262 or 1199519. OLE color: 1199519.

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

Color convert

RGB1597718-
CMYK00.520.890.38
HSL25.11º79.66%34.71%-
HSV(B)25.11º88.68%62.35%-
XYZ17.0612.722.13-
YUV94.7984.67173.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.60%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=62.60%
G=30.31%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159771800.520.890.3825.1179.6634.71
Hex9F4D120345926195023
Octal23711522064131463112043
Binary1001111110011011001001101001011001100110110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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