Shades of Brown #9F3422
Tints of Brown #9F3422
RGB
CMYK
RGB Variations
Color information
#9F3422 (or 0x9F3422) is known color: Brown. HEX triplet: 9F, 34 and 22. RGB value is (159,52,34). Sum of RGB (Red+Green+Blue) = 159+52+34=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3422 is #60CBDD. Grayscale: #525252. Windows color (decimal): -6343646 or 2241695. OLE color: 2241695.
HSL color Cylindrical-coordinate representation of color #9F3422: hue angle of 8.64º 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 #9F3422 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 34 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.38 |
| HSL | 8.64º | 0.65% | 0.38% | - |
| HSV(B) | 8.64º | 0.79% | 0.62% | - |
| XYZ | 15.81 | 9.94 | 2.6 | - |
| YUV | 81.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 34 | 0 | 0.67 | 0.79 | 0.38 | 8.64 | 0.65 | 0.38 |
| Hex | 9F | 34 | 22 | 0 | 43 | 4F | 26 | 9 | 41 | 26 |
| Octal | 237 | 64 | 42 | 0 | 103 | 117 | 46 | 11 | 101 | 46 |
| Binary | 10011111 | 110100 | 100010 | 0 | 1000011 | 1001111 | 100110 | 1001 | 1000001 | 100110 |
Color Harmonies of #9F3422
Complementary color
Monochromatic Colors of #9F3422
Black with #9F3422
Text Example
Text Example
White with #9F3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3422; }
p { color: rgb(159,52,34); }
H1.HeaderClassName
{
color: #9F3422;
}
.AnyTagClassName
{
color: #9F3422;
}
</style>
background-color css
<style>
a { background-color: #9F3422; }
a { background-color: rgb(159,52,34); }
div.DivClassName
{
background-color: #9F3422;
}
.BgClassName
{
background-color: #9F3422;
}
</style>
border-color css
<style>
span { border-color: #9F3422; }
span { border-color: rgb(159,52,34); }
td.TdClassName
{
border-color: #9F3422;
}
.TagClassName
{
border-color: #9F3422;
}
</style>