Shades of Brown #9F2516
Tints of Brown #9F2516
RGB
CMYK
RGB Variations
Color information
#9F2516 (or 0x9F2516) is known color: Brown. HEX triplet: 9F, 25 and 16. RGB value is (159,37,22). Sum of RGB (Red+Green+Blue) = 159+37+22=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2516 is #60DAE9. Grayscale: #474747. Windows color (decimal): -6347498 or 1451423. OLE color: 1451423.
HSL color Cylindrical-coordinate representation of color #9F2516: hue angle of 6.57º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F2516 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 22 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.38 |
| HSL | 6.57º | 0.76% | 0.35% | - |
| HSV(B) | 6.57º | 0.86% | 0.62% | - |
| XYZ | 15.1 | 8.75 | 1.65 | - |
| YUV | 71.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 22 | 0 | 0.77 | 0.86 | 0.38 | 6.57 | 0.76 | 0.35 |
| Hex | 9F | 25 | 16 | 0 | 4D | 56 | 26 | 7 | 4C | 23 |
| Octal | 237 | 45 | 26 | 0 | 115 | 126 | 46 | 7 | 114 | 43 |
| Binary | 10011111 | 100101 | 10110 | 0 | 1001101 | 1010110 | 100110 | 111 | 1001100 | 100011 |
Color Harmonies of #9F2516
Complementary color
Monochromatic Colors of #9F2516
Black with #9F2516
Text Example
Text Example
White with #9F2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2516; }
p { color: rgb(159,37,22); }
H1.HeaderClassName
{
color: #9F2516;
}
.AnyTagClassName
{
color: #9F2516;
}
</style>
background-color css
<style>
a { background-color: #9F2516; }
a { background-color: rgb(159,37,22); }
div.DivClassName
{
background-color: #9F2516;
}
.BgClassName
{
background-color: #9F2516;
}
</style>
border-color css
<style>
span { border-color: #9F2516; }
span { border-color: rgb(159,37,22); }
td.TdClassName
{
border-color: #9F2516;
}
.TagClassName
{
border-color: #9F2516;
}
</style>