#9F5C1E

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

Shades of Rich Gold #9F5C1E

Tints of Rich Gold #9F5C1E

Color information

#9F5C1E (or 0x9F5C1E) is unknown color: approx Rich Gold. HEX triplet: 9F, 5C and 1E. RGB value is (159,92,30). Sum of RGB (Red+Green+Blue) = 159+92+30=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5C1E is #60A3E1. Grayscale: #696969. Windows color (decimal): -6333410 or 1989791. OLE color: 1989791.

HSL color Cylindrical-coordinate representation of color #9F5C1E: hue angle of 28.84º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F5C1E is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1599230-
CMYK00.420.810.38
HSL28.84º68.25%37.06%-
HSV(B)28.84º81.13%62.35%-
XYZ18.3615.123.18-
YUV104.9685.7166.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.58%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=56.58%
G=32.74%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159923000.420.810.3828.8468.2537.06
Hex9F5C1E02A51261d4425
Octal23713436052121463510445
Binary1001111110111001111001010101010001100110111011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,92,30); }

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

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

 a { background-color: rgb(159,92,30); }

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

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

 span { border-color: rgb(159,92,30); }

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