#9F5827

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

Shades of Rich Gold #9F5827

Tints of Rich Gold #9F5827

Color information

#9F5827 (or 0x9F5827) is unknown color: approx Rich Gold. HEX triplet: 9F, 58 and 27. RGB value is (159,88,39). Sum of RGB (Red+Green+Blue) = 159+88+39=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5827 is #60A7D8. Grayscale: #676767. Windows color (decimal): -6334425 or 2578591. OLE color: 2578591.

HSL color Cylindrical-coordinate representation of color #9F5827: hue angle of 24.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 #9F5827 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1598839-
CMYK00.450.750.38
HSL24.5º60.61%38.82%-
HSV(B)24.5º75.47%62.35%-
XYZ18.1514.53.76-
YUV103.6491.52167.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.59%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=55.59%
G=30.77%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159883900.450.750.3824.560.6138.82
Hex9F582702D4B26183d27
Octal2371304705511346307547
Binary1001111110110001001110101101100101110011011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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