#9FA448

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

Shades of Brass #9FA448

Tints of Brass #9FA448

Color information

#9FA448 (or 0x9FA448) is unknown color: approx Brass. HEX triplet: 9F, A4 and 48. RGB value is (159,164,72). Sum of RGB (Red+Green+Blue) = 159+164+72=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA448 is #605BB7. Grayscale: #989898. Windows color (decimal): -6314936 or 4760735. OLE color: 4760735.

HSL color Cylindrical-coordinate representation of color #9FA448: hue angle of 63.26º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FA448 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB15916472-
CMYK0.0300.560.36
HSL63.26º38.98%46.27%-
HSV(B)63.26º56.1%64.31%-
XYZ28.7434.3911.25-
YUV152.0282.84132.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.25%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=40.25%
G=41.52%
B=18.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159164720.0300.560.3663.2638.9846.27
Hex9FA4483038243f272e
Octal237244110307044774756
Binary10011111101001001001000110111000100100111111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,72); }

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

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

 a { background-color: rgb(159,164,72); }

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

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

 span { border-color: rgb(159,164,72); }

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