Shades of Brown #9F221E
Tints of Brown #9F221E
RGB
CMYK
RGB Variations
Color information
#9F221E (or 0x9F221E) is known color: Brown. HEX triplet: 9F, 22 and 1E. RGB value is (159,34,30). Sum of RGB (Red+Green+Blue) = 159+34+30=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F221E is #60DDE1. Grayscale: #474747. Windows color (decimal): -6348258 or 1974943. OLE color: 1974943.
HSL color Cylindrical-coordinate representation of color #9F221E: hue angle of 1.86º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F221E is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 30 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.38 |
| HSL | 1.86º | 0.68% | 0.37% | - |
| HSV(B) | 1.86º | 0.81% | 0.62% | - |
| XYZ | 15.1 | 8.61 | 2.09 | - |
| YUV | 70.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 30 | 0 | 0.79 | 0.81 | 0.38 | 1.86 | 0.68 | 0.37 |
| Hex | 9F | 22 | 1E | 0 | 4F | 51 | 26 | 2 | 44 | 25 |
| Octal | 237 | 42 | 36 | 0 | 117 | 121 | 46 | 2 | 104 | 45 |
| Binary | 10011111 | 100010 | 11110 | 0 | 1001111 | 1010001 | 100110 | 10 | 1000100 | 100101 |
Color Harmonies of #9F221E
Complementary color
Monochromatic Colors of #9F221E
Black with #9F221E
Text Example
Text Example
White with #9F221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F221E; }
p { color: rgb(159,34,30); }
H1.HeaderClassName
{
color: #9F221E;
}
.AnyTagClassName
{
color: #9F221E;
}
</style>
background-color css
<style>
a { background-color: #9F221E; }
a { background-color: rgb(159,34,30); }
div.DivClassName
{
background-color: #9F221E;
}
.BgClassName
{
background-color: #9F221E;
}
</style>
border-color css
<style>
span { border-color: #9F221E; }
span { border-color: rgb(159,34,30); }
td.TdClassName
{
border-color: #9F221E;
}
.TagClassName
{
border-color: #9F221E;
}
</style>