Shades of Brass #9EA348
Tints of Brass #9EA348
RGB
CMYK
RGB Variations
Color information
#9EA348 (or 0x9EA348) is known color: Brass. HEX triplet: 9E, A3 and 48. RGB value is (158,163,72). Sum of RGB (Red+Green+Blue) = 158+163+72=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA348 is #615CB7. Grayscale: #979797. Windows color (decimal): -6380728 or 4760478. OLE color: 4760478.
HSL color Cylindrical-coordinate representation of color #9EA348: hue angle of 63.3º 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 #9EA348 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 163 | 72 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.36 |
| HSL | 63.3º | 0.39% | 0.46% | - |
| HSV(B) | 63.3º | 0.56% | 0.64% | - |
| XYZ | 28.37 | 33.93 | 11.19 | - |
| YUV | 151.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 163 | 72 | 0.03 | 0 | 0.56 | 0.36 | 63.3 | 0.39 | 0.46 |
| Hex | 9E | A3 | 48 | 3 | 0 | 38 | 24 | 3F | 27 | 2E |
| Octal | 236 | 243 | 110 | 3 | 0 | 70 | 44 | 77 | 47 | 56 |
| Binary | 10011110 | 10100011 | 1001000 | 11 | 0 | 111000 | 100100 | 111111 | 100111 | 101110 |
Color Harmonies of #9EA348
Complementary color
Monochromatic Colors of #9EA348
Black with #9EA348
Text Example
Text Example
White with #9EA348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA348; }
p { color: rgb(158,163,72); }
H1.HeaderClassName
{
color: #9EA348;
}
.AnyTagClassName
{
color: #9EA348;
}
</style>
background-color css
<style>
a { background-color: #9EA348; }
a { background-color: rgb(158,163,72); }
div.DivClassName
{
background-color: #9EA348;
}
.BgClassName
{
background-color: #9EA348;
}
</style>
border-color css
<style>
span { border-color: #9EA348; }
span { border-color: rgb(158,163,72); }
td.TdClassName
{
border-color: #9EA348;
}
.TagClassName
{
border-color: #9EA348;
}
</style>