Shades of Brown #9F2120
Tints of Brown #9F2120
RGB
CMYK
RGB Variations
Color information
#9F2120 (or 0x9F2120) is known color: Brown. HEX triplet: 9F, 21 and 20. RGB value is (159,33,32). Sum of RGB (Red+Green+Blue) = 159+33+32=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2120 is #60DEDF. Grayscale: #464646. Windows color (decimal): -6348512 or 2105759. OLE color: 2105759.
HSL color Cylindrical-coordinate representation of color #9F2120: hue angle of 0.47º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2120 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 32 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.38 |
| HSL | 0.47º | 0.66% | 0.37% | - |
| HSV(B) | 0.47º | 0.8% | 0.62% | - |
| XYZ | 15.1 | 8.56 | 2.22 | - |
| YUV | 70.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 32 | 0 | 0.79 | 0.80 | 0.38 | 0.47 | 0.66 | 0.37 |
| Hex | 9F | 21 | 20 | 0 | 4F | 50 | 26 | 0 | 42 | 25 |
| Octal | 237 | 41 | 40 | 0 | 117 | 120 | 46 | 0 | 102 | 45 |
| Binary | 10011111 | 100001 | 100000 | 0 | 1001111 | 1010000 | 100110 | 0 | 1000010 | 100101 |
Color Harmonies of #9F2120
Complementary color
Monochromatic Colors of #9F2120
Black with #9F2120
Text Example
Text Example
White with #9F2120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2120; }
p { color: rgb(159,33,32); }
H1.HeaderClassName
{
color: #9F2120;
}
.AnyTagClassName
{
color: #9F2120;
}
</style>
background-color css
<style>
a { background-color: #9F2120; }
a { background-color: rgb(159,33,32); }
div.DivClassName
{
background-color: #9F2120;
}
.BgClassName
{
background-color: #9F2120;
}
</style>
border-color css
<style>
span { border-color: #9F2120; }
span { border-color: rgb(159,33,32); }
td.TdClassName
{
border-color: #9F2120;
}
.TagClassName
{
border-color: #9F2120;
}
</style>