Shades of Brown #9F2819
Tints of Brown #9F2819
RGB
CMYK
RGB Variations
Color information
#9F2819 (or 0x9F2819) is known color: Brown. HEX triplet: 9F, 28 and 19. RGB value is (159,40,25). Sum of RGB (Red+Green+Blue) = 159+40+25=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2819 is #60D7E6. Grayscale: #4A4A4A. Windows color (decimal): -6346727 or 1648799. OLE color: 1648799.
HSL color Cylindrical-coordinate representation of color #9F2819: hue angle of 6.72º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F2819 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 25 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.38 |
| HSL | 6.72º | 0.73% | 0.36% | - |
| HSV(B) | 6.72º | 0.84% | 0.62% | - |
| XYZ | 15.23 | 8.96 | 1.85 | - |
| YUV | 73.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 25 | 0 | 0.75 | 0.84 | 0.38 | 6.72 | 0.73 | 0.36 |
| Hex | 9F | 28 | 19 | 0 | 4B | 54 | 26 | 7 | 49 | 24 |
| Octal | 237 | 50 | 31 | 0 | 113 | 124 | 46 | 7 | 111 | 44 |
| Binary | 10011111 | 101000 | 11001 | 0 | 1001011 | 1010100 | 100110 | 111 | 1001001 | 100100 |
Color Harmonies of #9F2819
Complementary color
Monochromatic Colors of #9F2819
Black with #9F2819
Text Example
Text Example
White with #9F2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2819; }
p { color: rgb(159,40,25); }
H1.HeaderClassName
{
color: #9F2819;
}
.AnyTagClassName
{
color: #9F2819;
}
</style>
background-color css
<style>
a { background-color: #9F2819; }
a { background-color: rgb(159,40,25); }
div.DivClassName
{
background-color: #9F2819;
}
.BgClassName
{
background-color: #9F2819;
}
</style>
border-color css
<style>
span { border-color: #9F2819; }
span { border-color: rgb(159,40,25); }
td.TdClassName
{
border-color: #9F2819;
}
.TagClassName
{
border-color: #9F2819;
}
</style>