Shades of Brass #9EA741
Tints of Brass #9EA741
RGB
CMYK
RGB Variations
Color information
#9EA741 (or 0x9EA741) is known color: Brass. HEX triplet: 9E, A7 and 41. RGB value is (158,167,65). Sum of RGB (Red+Green+Blue) = 158+167+65=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA741 is #6158BE. Grayscale: #999999. Windows color (decimal): -6379711 or 4302750. OLE color: 4302750.
HSL color Cylindrical-coordinate representation of color #9EA741: hue angle of 65.29º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EA741 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 65 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.35 |
| HSL | 65.29º | 0.44% | 0.45% | - |
| HSV(B) | 65.29º | 0.61% | 0.65% | - |
| XYZ | 28.87 | 35.29 | 10.29 | - |
| YUV | 152.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 65 | 0.05 | 0 | 0.61 | 0.35 | 65.29 | 0.44 | 0.45 |
| Hex | 9E | A7 | 41 | 5 | 0 | 3D | 23 | 41 | 2C | 2D |
| Octal | 236 | 247 | 101 | 5 | 0 | 75 | 43 | 101 | 54 | 55 |
| Binary | 10011110 | 10100111 | 1000001 | 101 | 0 | 111101 | 100011 | 1000001 | 101100 | 101101 |
Color Harmonies of #9EA741
Complementary color
Monochromatic Colors of #9EA741
Black with #9EA741
Text Example
Text Example
White with #9EA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA741; }
p { color: rgb(158,167,65); }
H1.HeaderClassName
{
color: #9EA741;
}
.AnyTagClassName
{
color: #9EA741;
}
</style>
background-color css
<style>
a { background-color: #9EA741; }
a { background-color: rgb(158,167,65); }
div.DivClassName
{
background-color: #9EA741;
}
.BgClassName
{
background-color: #9EA741;
}
</style>
border-color css
<style>
span { border-color: #9EA741; }
span { border-color: rgb(158,167,65); }
td.TdClassName
{
border-color: #9EA741;
}
.TagClassName
{
border-color: #9EA741;
}
</style>