Shades of Brown #9F2418
Tints of Brown #9F2418
RGB
CMYK
RGB Variations
Color information
#9F2418 (or 0x9F2418) is known color: Brown. HEX triplet: 9F, 24 and 18. RGB value is (159,36,24). Sum of RGB (Red+Green+Blue) = 159+36+24=219 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.60% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2418 is #60DBE7. Grayscale: #474747. Windows color (decimal): -6347752 or 1582239. OLE color: 1582239.
HSL color Cylindrical-coordinate representation of color #9F2418: hue angle of 5.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F2418 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 24 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.38 |
| HSL | 5.33º | 0.74% | 0.36% | - |
| HSV(B) | 5.33º | 0.85% | 0.62% | - |
| XYZ | 15.09 | 8.7 | 1.75 | - |
| YUV | 71.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 24 | 0 | 0.77 | 0.85 | 0.38 | 5.33 | 0.74 | 0.36 |
| Hex | 9F | 24 | 18 | 0 | 4D | 55 | 26 | 5 | 4A | 24 |
| Octal | 237 | 44 | 30 | 0 | 115 | 125 | 46 | 5 | 112 | 44 |
| Binary | 10011111 | 100100 | 11000 | 0 | 1001101 | 1010101 | 100110 | 101 | 1001010 | 100100 |
Color Harmonies of #9F2418
Complementary color
Monochromatic Colors of #9F2418
Black with #9F2418
Text Example
Text Example
White with #9F2418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2418; }
p { color: rgb(159,36,24); }
H1.HeaderClassName
{
color: #9F2418;
}
.AnyTagClassName
{
color: #9F2418;
}
</style>
background-color css
<style>
a { background-color: #9F2418; }
a { background-color: rgb(159,36,24); }
div.DivClassName
{
background-color: #9F2418;
}
.BgClassName
{
background-color: #9F2418;
}
</style>
border-color css
<style>
span { border-color: #9F2418; }
span { border-color: rgb(159,36,24); }
td.TdClassName
{
border-color: #9F2418;
}
.TagClassName
{
border-color: #9F2418;
}
</style>