#9F5212

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

Shades of Rich Gold #9F5212

Tints of Rich Gold #9F5212

Color information

#9F5212 (or 0x9F5212) is unknown color: approx Rich Gold. HEX triplet: 9F, 52 and 12. RGB value is (159,82,18). Sum of RGB (Red+Green+Blue) = 159+82+18=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5212 is #60ADED. Grayscale: #626262. Windows color (decimal): -6335982 or 1200799. OLE color: 1200799.

HSL color Cylindrical-coordinate representation of color #9F5212: hue angle of 27.23º 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 #9F5212 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1598218-
CMYK00.480.890.38
HSL27.23º79.66%34.71%-
HSV(B)27.23º88.68%62.35%-
XYZ17.4213.452.25-
YUV97.7383.01171.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.39%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=61.39%
G=31.66%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159821800.480.890.3827.2379.6634.71
Hex9F521203059261b5023
Octal23712222060131463312043
Binary1001111110100101001001100001011001100110110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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