Shades of Brown #9F2419
Tints of Brown #9F2419
RGB
CMYK
RGB Variations
Color information
#9F2419 (or 0x9F2419) is known color: Brown. HEX triplet: 9F, 24 and 19. RGB value is (159,36,25). Sum of RGB (Red+Green+Blue) = 159+36+25=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2419 is #60DBE6. Grayscale: #474747. Windows color (decimal): -6347751 or 1647775. OLE color: 1647775.
HSL color Cylindrical-coordinate representation of color #9F2419: hue angle of 4.93º 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 #9F2419 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 25 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.38 |
| HSL | 4.93º | 0.73% | 0.36% | - |
| HSV(B) | 4.93º | 0.84% | 0.62% | - |
| XYZ | 15.1 | 8.7 | 1.8 | - |
| YUV | 71.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 25 | 0 | 0.77 | 0.84 | 0.38 | 4.93 | 0.73 | 0.36 |
| Hex | 9F | 24 | 19 | 0 | 4D | 54 | 26 | 5 | 49 | 24 |
| Octal | 237 | 44 | 31 | 0 | 115 | 124 | 46 | 5 | 111 | 44 |
| Binary | 10011111 | 100100 | 11001 | 0 | 1001101 | 1010100 | 100110 | 101 | 1001001 | 100100 |
Color Harmonies of #9F2419
Complementary color
Monochromatic Colors of #9F2419
Black with #9F2419
Text Example
Text Example
White with #9F2419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2419; }
p { color: rgb(159,36,25); }
H1.HeaderClassName
{
color: #9F2419;
}
.AnyTagClassName
{
color: #9F2419;
}
</style>
background-color css
<style>
a { background-color: #9F2419; }
a { background-color: rgb(159,36,25); }
div.DivClassName
{
background-color: #9F2419;
}
.BgClassName
{
background-color: #9F2419;
}
</style>
border-color css
<style>
span { border-color: #9F2419; }
span { border-color: rgb(159,36,25); }
td.TdClassName
{
border-color: #9F2419;
}
.TagClassName
{
border-color: #9F2419;
}
</style>