Shades of Brass #9FA348
Tints of Brass #9FA348
RGB
CMYK
RGB Variations
Color information
#9FA348 (or 0x9FA348) is known color: Brass. HEX triplet: 9F, A3 and 48. RGB value is (159,163,72). Sum of RGB (Red+Green+Blue) = 159+163+72=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA348 is #605CB7. Grayscale: #979797. Windows color (decimal): -6315192 or 4760479. OLE color: 4760479.
HSL color Cylindrical-coordinate representation of color #9FA348: hue angle of 62.64º 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 #9FA348 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 72 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.36 |
| HSL | 62.64º | 0.39% | 0.46% | - |
| HSV(B) | 62.64º | 0.56% | 0.64% | - |
| XYZ | 28.56 | 34.03 | 11.19 | - |
| YUV | 151.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 72 | 0.02 | 0 | 0.56 | 0.36 | 62.64 | 0.39 | 0.46 |
| Hex | 9F | A3 | 48 | 2 | 0 | 38 | 24 | 3F | 27 | 2E |
| Octal | 237 | 243 | 110 | 2 | 0 | 70 | 44 | 77 | 47 | 56 |
| Binary | 10011111 | 10100011 | 1001000 | 10 | 0 | 111000 | 100100 | 111111 | 100111 | 101110 |
Color Harmonies of #9FA348
Complementary color
Monochromatic Colors of #9FA348
Black with #9FA348
Text Example
Text Example
White with #9FA348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA348; }
p { color: rgb(159,163,72); }
H1.HeaderClassName
{
color: #9FA348;
}
.AnyTagClassName
{
color: #9FA348;
}
</style>
background-color css
<style>
a { background-color: #9FA348; }
a { background-color: rgb(159,163,72); }
div.DivClassName
{
background-color: #9FA348;
}
.BgClassName
{
background-color: #9FA348;
}
</style>
border-color css
<style>
span { border-color: #9FA348; }
span { border-color: rgb(159,163,72); }
td.TdClassName
{
border-color: #9FA348;
}
.TagClassName
{
border-color: #9FA348;
}
</style>