#9F5421

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

Shades of Rich Gold #9F5421

Tints of Rich Gold #9F5421

Color information

#9F5421 (or 0x9F5421) is unknown color: approx Rich Gold. HEX triplet: 9F, 54 and 21. RGB value is (159,84,33). Sum of RGB (Red+Green+Blue) = 159+84+33=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5421 is #60ABDE. Grayscale: #646464. Windows color (decimal): -6335455 or 2184351. OLE color: 2184351.

HSL color Cylindrical-coordinate representation of color #9F5421: hue angle of 24.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F5421 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB1598433-
CMYK00.470.790.38
HSL24.29º65.62%37.65%-
HSV(B)24.29º79.25%62.35%-
XYZ17.7413.823.17-
YUV100.6189.85169.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.61%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 33 (13.28% from 255) = 11.96%
R=57.61%
G=30.43%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159843300.470.790.3824.2965.6237.65
Hex9F542102F4F26184226
Octal23712441057117463010246
Binary10011111101010010000101011111001111100110110001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,84,33); }

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

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

 a { background-color: rgb(159,84,33); }

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

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

 span { border-color: rgb(159,84,33); }

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