Shades of Brown #9F3122
Tints of Brown #9F3122
RGB
CMYK
RGB Variations
Color information
#9F3122 (or 0x9F3122) is known color: Brown. HEX triplet: 9F, 31 and 22. RGB value is (159,49,34). Sum of RGB (Red+Green+Blue) = 159+49+34=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3122 is #60CEDD. Grayscale: #505050. Windows color (decimal): -6344414 or 2240927. OLE color: 2240927.
HSL color Cylindrical-coordinate representation of color #9F3122: hue angle of 7.2º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F3122 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 34 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.38 |
| HSL | 7.2º | 0.65% | 0.38% | - |
| HSV(B) | 7.2º | 0.79% | 0.62% | - |
| XYZ | 15.69 | 9.68 | 2.56 | - |
| YUV | 80.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 34 | 0 | 0.69 | 0.79 | 0.38 | 7.2 | 0.65 | 0.38 |
| Hex | 9F | 31 | 22 | 0 | 45 | 4F | 26 | 7 | 41 | 26 |
| Octal | 237 | 61 | 42 | 0 | 105 | 117 | 46 | 7 | 101 | 46 |
| Binary | 10011111 | 110001 | 100010 | 0 | 1000101 | 1001111 | 100110 | 111 | 1000001 | 100110 |
Color Harmonies of #9F3122
Complementary color
Monochromatic Colors of #9F3122
Black with #9F3122
Text Example
Text Example
White with #9F3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3122; }
p { color: rgb(159,49,34); }
H1.HeaderClassName
{
color: #9F3122;
}
.AnyTagClassName
{
color: #9F3122;
}
</style>
background-color css
<style>
a { background-color: #9F3122; }
a { background-color: rgb(159,49,34); }
div.DivClassName
{
background-color: #9F3122;
}
.BgClassName
{
background-color: #9F3122;
}
</style>
border-color css
<style>
span { border-color: #9F3122; }
span { border-color: rgb(159,49,34); }
td.TdClassName
{
border-color: #9F3122;
}
.TagClassName
{
border-color: #9F3122;
}
</style>