Shades of Brown #9F2D16
Tints of Brown #9F2D16
RGB
CMYK
RGB Variations
Color information
#9F2D16 (or 0x9F2D16) is known color: Brown. HEX triplet: 9F, 2D and 16. RGB value is (159,45,22). Sum of RGB (Red+Green+Blue) = 159+45+22=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2D16 is #60D2E9. Grayscale: #4C4C4C. Windows color (decimal): -6345450 or 1453471. OLE color: 1453471.
HSL color Cylindrical-coordinate representation of color #9F2D16: hue angle of 10.07º 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 #9F2D16 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 22 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.38 |
| HSL | 10.07º | 0.76% | 0.35% | - |
| HSV(B) | 10.07º | 0.86% | 0.62% | - |
| XYZ | 15.38 | 9.31 | 1.74 | - |
| YUV | 76.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 22 | 0 | 0.72 | 0.86 | 0.38 | 10.07 | 0.76 | 0.35 |
| Hex | 9F | 2D | 16 | 0 | 48 | 56 | 26 | A | 4C | 23 |
| Octal | 237 | 55 | 26 | 0 | 110 | 126 | 46 | 12 | 114 | 43 |
| Binary | 10011111 | 101101 | 10110 | 0 | 1001000 | 1010110 | 100110 | 1010 | 1001100 | 100011 |
Color Harmonies of #9F2D16
Complementary color
Monochromatic Colors of #9F2D16
Black with #9F2D16
Text Example
Text Example
White with #9F2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D16; }
p { color: rgb(159,45,22); }
H1.HeaderClassName
{
color: #9F2D16;
}
.AnyTagClassName
{
color: #9F2D16;
}
</style>
background-color css
<style>
a { background-color: #9F2D16; }
a { background-color: rgb(159,45,22); }
div.DivClassName
{
background-color: #9F2D16;
}
.BgClassName
{
background-color: #9F2D16;
}
</style>
border-color css
<style>
span { border-color: #9F2D16; }
span { border-color: rgb(159,45,22); }
td.TdClassName
{
border-color: #9F2D16;
}
.TagClassName
{
border-color: #9F2D16;
}
</style>