#9DA347

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

Shades of Brass #9DA347

Tints of Brass #9DA347

Color information

#9DA347 (or 0x9DA347) is unknown color: approx Brass. HEX triplet: 9D, A3 and 47. RGB value is (157,163,71). Sum of RGB (Red+Green+Blue) = 157+163+71=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA347 is #625CB8. Grayscale: #979797. Windows color (decimal): -6446265 or 4694941. OLE color: 4694941.

HSL color Cylindrical-coordinate representation of color #9DA347: hue angle of 63.91º 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 #9DA347 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB15716371-
CMYK0.0400.560.36
HSL63.91º39.32%45.88%-
HSV(B)63.91º56.44%63.92%-
XYZ28.1433.8211.01-
YUV150.7283.01132.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 71 (28.12% from 255) = 18.16%
R=40.15%
G=41.69%
B=18.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157163710.0400.560.3663.9139.3245.88
Hex9DA34740382440272e
Octal2352431074070441004756
Binary1001110110100011100011110001110001001001000000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,163,71); }

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

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

 a { background-color: rgb(157,163,71); }

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

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

 span { border-color: rgb(157,163,71); }

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