Shades of Brown #9F2826
Tints of Brown #9F2826
RGB
CMYK
RGB Variations
Color information
#9F2826 (or 0x9F2826) is known color: Brown. HEX triplet: 9F, 28 and 26. RGB value is (159,40,38). Sum of RGB (Red+Green+Blue) = 159+40+38=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2826 is #60D7D9. Grayscale: #4B4B4B. Windows color (decimal): -6346714 or 2500767. OLE color: 2500767.
HSL color Cylindrical-coordinate representation of color #9F2826: hue angle of 0.99º 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 #9F2826 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 38 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.38 |
| HSL | 0.99º | 0.61% | 0.39% | - |
| HSV(B) | 0.99º | 0.76% | 0.62% | - |
| XYZ | 15.41 | 9.03 | 2.76 | - |
| YUV | 75.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 38 | 0 | 0.75 | 0.76 | 0.38 | 0.99 | 0.61 | 0.39 |
| Hex | 9F | 28 | 26 | 0 | 4B | 4C | 26 | 1 | 3D | 27 |
| Octal | 237 | 50 | 46 | 0 | 113 | 114 | 46 | 1 | 75 | 47 |
| Binary | 10011111 | 101000 | 100110 | 0 | 1001011 | 1001100 | 100110 | 1 | 111101 | 100111 |
Color Harmonies of #9F2826
Complementary color
Monochromatic Colors of #9F2826
Black with #9F2826
Text Example
Text Example
White with #9F2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2826; }
p { color: rgb(159,40,38); }
H1.HeaderClassName
{
color: #9F2826;
}
.AnyTagClassName
{
color: #9F2826;
}
</style>
background-color css
<style>
a { background-color: #9F2826; }
a { background-color: rgb(159,40,38); }
div.DivClassName
{
background-color: #9F2826;
}
.BgClassName
{
background-color: #9F2826;
}
</style>
border-color css
<style>
span { border-color: #9F2826; }
span { border-color: rgb(159,40,38); }
td.TdClassName
{
border-color: #9F2826;
}
.TagClassName
{
border-color: #9F2826;
}
</style>