#9f551f

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

Shades of Rich Gold #9F551F

Tints of Rich Gold #9F551F

Color information

#9F551F (or 0x9F551F) is unknown color: approx Rich Gold. HEX triplet: 9F, 55 and 1F. RGB value is (159,85,31). Sum of RGB (Red+Green+Blue) = 159+85+31=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F551F is #60AAE0. Grayscale: #656565. Windows color (decimal): -6335201 or 2053535. OLE color: 2053535.

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

Color convert

RGB1598531-
CMYK00.470.810.38
HSL25.31º67.37%37.25%-
HSV(B)25.31º80.5%62.35%-
XYZ17.7913.973.05-
YUV100.9788.52169.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 31 (12.5% from 255) = 11.27%
R=57.82%
G=30.91%
B=11.27%

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
Decimal159853100.470.810.3825.3167.3737.25
Hex9F551F02F5126194325
Octal23712537057121463110345
Binary1001111110101011111101011111010001100110110011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f551f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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