#9F5027

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

Shades of Rich Gold #9F5027

Tints of Rich Gold #9F5027

Color information

#9F5027 (or 0x9F5027) is unknown color: approx Rich Gold. HEX triplet: 9F, 50 and 27. RGB value is (159,80,39). Sum of RGB (Red+Green+Blue) = 159+80+39=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5027 is #60AFD8. Grayscale: #636363. Windows color (decimal): -6336473 or 2576543. OLE color: 2576543.

HSL color Cylindrical-coordinate representation of color #9F5027: hue angle of 20.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F5027 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1598039-
CMYK00.500.750.38
HSL20.5º60.61%38.82%-
HSV(B)20.5º75.47%62.35%-
XYZ17.5313.253.55-
YUV98.9594.17170.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.19%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=57.19%
G=28.78%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159803900.500.750.3820.560.6138.82
Hex9F50270324B26143d27
Octal2371204706211346247547
Binary1001111110100001001110110010100101110011010100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,80,39); }

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

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

 a { background-color: rgb(159,80,39); }

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

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

 span { border-color: rgb(159,80,39); }

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