Shades of Brown #9F221A
Tints of Brown #9F221A
RGB
CMYK
RGB Variations
Color information
#9F221A (or 0x9F221A) is known color: Brown. HEX triplet: 9F, 22 and 1A. RGB value is (159,34,26). Sum of RGB (Red+Green+Blue) = 159+34+26=219 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.60% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 159 - color contains mainly: red. Hex color #9F221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F221A is #60DDE5. Grayscale: #464646. Windows color (decimal): -6348262 or 1712799. OLE color: 1712799.
HSL color Cylindrical-coordinate representation of color #9F221A: hue angle of 3.61º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F221A is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 26 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.38 |
| HSL | 3.61º | 0.72% | 0.36% | - |
| HSV(B) | 3.61º | 0.84% | 0.62% | - |
| XYZ | 15.06 | 8.59 | 1.84 | - |
| YUV | 70.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 26 | 0 | 0.79 | 0.84 | 0.38 | 3.61 | 0.72 | 0.36 |
| Hex | 9F | 22 | 1A | 0 | 4F | 54 | 26 | 4 | 48 | 24 |
| Octal | 237 | 42 | 32 | 0 | 117 | 124 | 46 | 4 | 110 | 44 |
| Binary | 10011111 | 100010 | 11010 | 0 | 1001111 | 1010100 | 100110 | 100 | 1001000 | 100100 |
Color Harmonies of #9F221A
Complementary color
Monochromatic Colors of #9F221A
Black with #9F221A
Text Example
Text Example
White with #9F221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F221A; }
p { color: rgb(159,34,26); }
H1.HeaderClassName
{
color: #9F221A;
}
.AnyTagClassName
{
color: #9F221A;
}
</style>
background-color css
<style>
a { background-color: #9F221A; }
a { background-color: rgb(159,34,26); }
div.DivClassName
{
background-color: #9F221A;
}
.BgClassName
{
background-color: #9F221A;
}
</style>
border-color css
<style>
span { border-color: #9F221A; }
span { border-color: rgb(159,34,26); }
td.TdClassName
{
border-color: #9F221A;
}
.TagClassName
{
border-color: #9F221A;
}
</style>