#9F4A23

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

Shades of Rich Gold #9F4A23

Tints of Rich Gold #9F4A23

Color information

#9F4A23 (or 0x9F4A23) is unknown color: approx Rich Gold. HEX triplet: 9F, 4A and 23. RGB value is (159,74,35). Sum of RGB (Red+Green+Blue) = 159+74+35=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4A23 is #60B5DC. Grayscale: #5F5F5F. Windows color (decimal): -6338013 or 2312863. OLE color: 2312863.

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

Color convert

RGB1597435-
CMYK00.530.780.38
HSL18.87º63.92%38.04%-
HSV(B)18.87º77.99%62.35%-
XYZ17.0512.393.08-
YUV94.9794.16173.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.33%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 35 (14.06% from 255) = 13.06%
R=59.33%
G=27.61%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159743500.530.780.3818.8763.9238.04
Hex9F4A230354E26134026
Octal23711243065116462310046
Binary10011111100101010001101101011001110100110100111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,74,35); }

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

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

 a { background-color: rgb(159,74,35); }

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

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

 span { border-color: rgb(159,74,35); }

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