Shades of Brown #9F2726
Tints of Brown #9F2726
RGB
CMYK
RGB Variations
Color information
#9F2726 (or 0x9F2726) is known color: Brown. HEX triplet: 9F, 27 and 26. RGB value is (159,39,38). Sum of RGB (Red+Green+Blue) = 159+39+38=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2726 is #60D8D9. Grayscale: #4A4A4A. Windows color (decimal): -6346970 or 2500511. OLE color: 2500511.
HSL color Cylindrical-coordinate representation of color #9F2726: hue angle of 0.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2726 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 38 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.38 |
| HSL | 0.5º | 0.61% | 0.39% | - |
| HSV(B) | 0.5º | 0.76% | 0.62% | - |
| XYZ | 15.37 | 8.96 | 2.75 | - |
| YUV | 74.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 38 | 0 | 0.75 | 0.76 | 0.38 | 0.5 | 0.61 | 0.39 |
| Hex | 9F | 27 | 26 | 0 | 4B | 4C | 26 | 0 | 3D | 27 |
| Octal | 237 | 47 | 46 | 0 | 113 | 114 | 46 | 0 | 75 | 47 |
| Binary | 10011111 | 100111 | 100110 | 0 | 1001011 | 1001100 | 100110 | 0 | 111101 | 100111 |
Color Harmonies of #9F2726
Complementary color
Monochromatic Colors of #9F2726
Black with #9F2726
Text Example
Text Example
White with #9F2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2726; }
p { color: rgb(159,39,38); }
H1.HeaderClassName
{
color: #9F2726;
}
.AnyTagClassName
{
color: #9F2726;
}
</style>
background-color css
<style>
a { background-color: #9F2726; }
a { background-color: rgb(159,39,38); }
div.DivClassName
{
background-color: #9F2726;
}
.BgClassName
{
background-color: #9F2726;
}
</style>
border-color css
<style>
span { border-color: #9F2726; }
span { border-color: rgb(159,39,38); }
td.TdClassName
{
border-color: #9F2726;
}
.TagClassName
{
border-color: #9F2726;
}
</style>