Shades of Brown #9F201B
Tints of Brown #9F201B
RGB
CMYK
RGB Variations
Color information
#9F201B (or 0x9F201B) is known color: Brown. HEX triplet: 9F, 20 and 1B. RGB value is (159,32,27). Sum of RGB (Red+Green+Blue) = 159+32+27=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F201B is #60DFE4. Grayscale: #454545. Windows color (decimal): -6348773 or 1777823. OLE color: 1777823.
HSL color Cylindrical-coordinate representation of color #9F201B: hue angle of 2.27º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F201B is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 27 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.38 |
| HSL | 2.27º | 0.71% | 0.36% | - |
| HSV(B) | 2.27º | 0.83% | 0.62% | - |
| XYZ | 15.01 | 8.48 | 1.88 | - |
| YUV | 69.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 27 | 0 | 0.80 | 0.83 | 0.38 | 2.27 | 0.71 | 0.36 |
| Hex | 9F | 20 | 1B | 0 | 50 | 53 | 26 | 2 | 47 | 24 |
| Octal | 237 | 40 | 33 | 0 | 120 | 123 | 46 | 2 | 107 | 44 |
| Binary | 10011111 | 100000 | 11011 | 0 | 1010000 | 1010011 | 100110 | 10 | 1000111 | 100100 |
Color Harmonies of #9F201B
Complementary color
Monochromatic Colors of #9F201B
Black with #9F201B
Text Example
Text Example
White with #9F201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F201B; }
p { color: rgb(159,32,27); }
H1.HeaderClassName
{
color: #9F201B;
}
.AnyTagClassName
{
color: #9F201B;
}
</style>
background-color css
<style>
a { background-color: #9F201B; }
a { background-color: rgb(159,32,27); }
div.DivClassName
{
background-color: #9F201B;
}
.BgClassName
{
background-color: #9F201B;
}
</style>
border-color css
<style>
span { border-color: #9F201B; }
span { border-color: rgb(159,32,27); }
td.TdClassName
{
border-color: #9F201B;
}
.TagClassName
{
border-color: #9F201B;
}
</style>