#9DA53F

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

Shades of Brass #9DA53F

Tints of Brass #9DA53F

Color information

#9DA53F (or 0x9DA53F) is unknown color: approx Brass. HEX triplet: 9D, A5 and 3F. RGB value is (157,165,63). Sum of RGB (Red+Green+Blue) = 157+165+63=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA53F is #625AC0. Grayscale: #979797. Windows color (decimal): -6445761 or 4171165. OLE color: 4171165.

HSL color Cylindrical-coordinate representation of color #9DA53F: hue angle of 64.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DA53F is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB15716563-
CMYK0.0500.620.35
HSL64.71º44.74%44.71%-
HSV(B)64.71º61.82%64.71%-
XYZ28.2634.449.86-
YUV150.9878.35132.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 63 (25% from 255) = 16.36%
R=40.78%
G=42.86%
B=16.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157165630.0500.620.3564.7144.7444.71
Hex9DA53F503E23412d2d
Octal235245775076431015555
Binary100111011010010111111110101111101000111000001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,165,63); }

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

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

 a { background-color: rgb(157,165,63); }

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

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

 span { border-color: rgb(157,165,63); }

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