Shades of Brown #9F2722
Tints of Brown #9F2722
RGB
CMYK
RGB Variations
Color information
#9F2722 (or 0x9F2722) is known color: Brown. HEX triplet: 9F, 27 and 22. RGB value is (159,39,34). Sum of RGB (Red+Green+Blue) = 159+39+34=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2722 is #60D8DD. Grayscale: #4A4A4A. Windows color (decimal): -6346974 or 2238367. OLE color: 2238367.
HSL color Cylindrical-coordinate representation of color #9F2722: hue angle of 2.4º 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 #9F2722 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 34 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.38 |
| HSL | 2.4º | 0.65% | 0.38% | - |
| HSV(B) | 2.4º | 0.79% | 0.62% | - |
| XYZ | 15.31 | 8.94 | 2.43 | - |
| YUV | 74.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 34 | 0 | 0.75 | 0.79 | 0.38 | 2.4 | 0.65 | 0.38 |
| Hex | 9F | 27 | 22 | 0 | 4B | 4F | 26 | 2 | 41 | 26 |
| Octal | 237 | 47 | 42 | 0 | 113 | 117 | 46 | 2 | 101 | 46 |
| Binary | 10011111 | 100111 | 100010 | 0 | 1001011 | 1001111 | 100110 | 10 | 1000001 | 100110 |
Color Harmonies of #9F2722
Complementary color
Monochromatic Colors of #9F2722
Black with #9F2722
Text Example
Text Example
White with #9F2722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2722; }
p { color: rgb(159,39,34); }
H1.HeaderClassName
{
color: #9F2722;
}
.AnyTagClassName
{
color: #9F2722;
}
</style>
background-color css
<style>
a { background-color: #9F2722; }
a { background-color: rgb(159,39,34); }
div.DivClassName
{
background-color: #9F2722;
}
.BgClassName
{
background-color: #9F2722;
}
</style>
border-color css
<style>
span { border-color: #9F2722; }
span { border-color: rgb(159,39,34); }
td.TdClassName
{
border-color: #9F2722;
}
.TagClassName
{
border-color: #9F2722;
}
</style>