#9F551E

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

Shades of Rich Gold #9F551E

Tints of Rich Gold #9F551E

Color information

#9F551E (or 0x9F551E) is unknown color: approx Rich Gold. HEX triplet: 9F, 55 and 1E. RGB value is (159,85,30). Sum of RGB (Red+Green+Blue) = 159+85+30=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F551E is #60AAE1. Grayscale: #656565. Windows color (decimal): -6335202 or 1987999. OLE color: 1987999.

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

Color convert

RGB1598530-
CMYK00.470.810.38
HSL25.58º68.25%37.06%-
HSV(B)25.58º81.13%62.35%-
XYZ17.7813.962.99-
YUV100.8688.02169.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.03%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=58.03%
G=31.02%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159853000.470.810.3825.5868.2537.06
Hex9F551E02F51261a4425
Octal23712536057121463210445
Binary1001111110101011111001011111010001100110110101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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