Shades of Brass #9DA543
Tints of Brass #9DA543
RGB
CMYK
RGB Variations
Color information
#9DA543 (or 0x9DA543) is known color: Brass. HEX triplet: 9D, A5 and 43. RGB value is (157,165,67). Sum of RGB (Red+Green+Blue) = 157+165+67=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA543 is #625ABC. Grayscale: #979797. Windows color (decimal): -6445757 or 4433309. OLE color: 4433309.
HSL color Cylindrical-coordinate representation of color #9DA543: hue angle of 64.9º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DA543 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 67 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.35 |
| HSL | 64.9º | 0.42% | 0.45% | - |
| HSV(B) | 64.9º | 0.59% | 0.65% | - |
| XYZ | 28.37 | 34.48 | 10.47 | - |
| YUV | 151.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 67 | 0.05 | 0 | 0.59 | 0.35 | 64.9 | 0.42 | 0.45 |
| Hex | 9D | A5 | 43 | 5 | 0 | 3B | 23 | 41 | 2A | 2D |
| Octal | 235 | 245 | 103 | 5 | 0 | 73 | 43 | 101 | 52 | 55 |
| Binary | 10011101 | 10100101 | 1000011 | 101 | 0 | 111011 | 100011 | 1000001 | 101010 | 101101 |
Color Harmonies of #9DA543
Complementary color
Monochromatic Colors of #9DA543
Black with #9DA543
Text Example
Text Example
White with #9DA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA543; }
p { color: rgb(157,165,67); }
H1.HeaderClassName
{
color: #9DA543;
}
.AnyTagClassName
{
color: #9DA543;
}
</style>
background-color css
<style>
a { background-color: #9DA543; }
a { background-color: rgb(157,165,67); }
div.DivClassName
{
background-color: #9DA543;
}
.BgClassName
{
background-color: #9DA543;
}
</style>
border-color css
<style>
span { border-color: #9DA543; }
span { border-color: rgb(157,165,67); }
td.TdClassName
{
border-color: #9DA543;
}
.TagClassName
{
border-color: #9DA543;
}
</style>