#9F572A

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

Shades of Rich Gold #9F572A

Tints of Rich Gold #9F572A

Color information

#9F572A (or 0x9F572A) is unknown color: approx Rich Gold. HEX triplet: 9F, 57 and 2A. RGB value is (159,87,42). Sum of RGB (Red+Green+Blue) = 159+87+42=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F572A is #60A8D5. Grayscale: #676767. Windows color (decimal): -6334678 or 2774943. OLE color: 2774943.

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

Color convert

RGB1598742-
CMYK00.450.740.38
HSL23.08º58.21%39.41%-
HSV(B)23.08º73.58%62.35%-
XYZ18.1214.354.01-
YUV103.493.35167.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=55.21%
G=30.21%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159874200.450.740.3823.0858.2139.41
Hex9F572A02D4A26173a27
Octal2371275205511246277247
Binary1001111110101111010100101101100101010011010111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,42); }

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

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

 a { background-color: rgb(159,87,42); }

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

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

 span { border-color: rgb(159,87,42); }

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