Shades of Brown #9F2825
Tints of Brown #9F2825
RGB
CMYK
RGB Variations
Color information
#9F2825 (or 0x9F2825) is known color: Brown. HEX triplet: 9F, 28 and 25. RGB value is (159,40,37). Sum of RGB (Red+Green+Blue) = 159+40+37=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2825 is #60D7DA. Grayscale: #4B4B4B. Windows color (decimal): -6346715 or 2435231. OLE color: 2435231.
HSL color Cylindrical-coordinate representation of color #9F2825: hue angle of 1.48º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2825 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 37 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.38 |
| HSL | 1.48º | 0.62% | 0.38% | - |
| HSV(B) | 1.48º | 0.77% | 0.62% | - |
| XYZ | 15.39 | 9.02 | 2.68 | - |
| YUV | 75.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 37 | 0 | 0.75 | 0.77 | 0.38 | 1.48 | 0.62 | 0.38 |
| Hex | 9F | 28 | 25 | 0 | 4B | 4D | 26 | 1 | 3E | 26 |
| Octal | 237 | 50 | 45 | 0 | 113 | 115 | 46 | 1 | 76 | 46 |
| Binary | 10011111 | 101000 | 100101 | 0 | 1001011 | 1001101 | 100110 | 1 | 111110 | 100110 |
Color Harmonies of #9F2825
Complementary color
Monochromatic Colors of #9F2825
Black with #9F2825
Text Example
Text Example
White with #9F2825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2825; }
p { color: rgb(159,40,37); }
H1.HeaderClassName
{
color: #9F2825;
}
.AnyTagClassName
{
color: #9F2825;
}
</style>
background-color css
<style>
a { background-color: #9F2825; }
a { background-color: rgb(159,40,37); }
div.DivClassName
{
background-color: #9F2825;
}
.BgClassName
{
background-color: #9F2825;
}
</style>
border-color css
<style>
span { border-color: #9F2825; }
span { border-color: rgb(159,40,37); }
td.TdClassName
{
border-color: #9F2825;
}
.TagClassName
{
border-color: #9F2825;
}
</style>