Shades of Brown #9F2818
Tints of Brown #9F2818
RGB
CMYK
RGB Variations
Color information
#9F2818 (or 0x9F2818) is known color: Brown. HEX triplet: 9F, 28 and 18. RGB value is (159,40,24). Sum of RGB (Red+Green+Blue) = 159+40+24=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2818 is #60D7E7. Grayscale: #494949. Windows color (decimal): -6346728 or 1583263. OLE color: 1583263.
HSL color Cylindrical-coordinate representation of color #9F2818: hue angle of 7.11º 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 #9F2818 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 24 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.38 |
| HSL | 7.11º | 0.74% | 0.36% | - |
| HSV(B) | 7.11º | 0.85% | 0.62% | - |
| XYZ | 15.22 | 8.95 | 1.79 | - |
| YUV | 73.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 24 | 0 | 0.75 | 0.85 | 0.38 | 7.11 | 0.74 | 0.36 |
| Hex | 9F | 28 | 18 | 0 | 4B | 55 | 26 | 7 | 4A | 24 |
| Octal | 237 | 50 | 30 | 0 | 113 | 125 | 46 | 7 | 112 | 44 |
| Binary | 10011111 | 101000 | 11000 | 0 | 1001011 | 1010101 | 100110 | 111 | 1001010 | 100100 |
Color Harmonies of #9F2818
Complementary color
Monochromatic Colors of #9F2818
Black with #9F2818
Text Example
Text Example
White with #9F2818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2818; }
p { color: rgb(159,40,24); }
H1.HeaderClassName
{
color: #9F2818;
}
.AnyTagClassName
{
color: #9F2818;
}
</style>
background-color css
<style>
a { background-color: #9F2818; }
a { background-color: rgb(159,40,24); }
div.DivClassName
{
background-color: #9F2818;
}
.BgClassName
{
background-color: #9F2818;
}
</style>
border-color css
<style>
span { border-color: #9F2818; }
span { border-color: rgb(159,40,24); }
td.TdClassName
{
border-color: #9F2818;
}
.TagClassName
{
border-color: #9F2818;
}
</style>