Shades of Brown #9F2717
Tints of Brown #9F2717
RGB
CMYK
RGB Variations
Color information
#9F2717 (or 0x9F2717) is known color: Brown. HEX triplet: 9F, 27 and 17. RGB value is (159,39,23). Sum of RGB (Red+Green+Blue) = 159+39+23=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2717 is #60D8E8. Grayscale: #494949. Windows color (decimal): -6346985 or 1517471. OLE color: 1517471.
HSL color Cylindrical-coordinate representation of color #9F2717: hue angle of 7.06º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F2717 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 23 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.38 |
| HSL | 7.06º | 0.75% | 0.36% | - |
| HSV(B) | 7.06º | 0.86% | 0.62% | - |
| XYZ | 15.18 | 8.88 | 1.73 | - |
| YUV | 73.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 23 | 0 | 0.75 | 0.86 | 0.38 | 7.06 | 0.75 | 0.36 |
| Hex | 9F | 27 | 17 | 0 | 4B | 56 | 26 | 7 | 4B | 24 |
| Octal | 237 | 47 | 27 | 0 | 113 | 126 | 46 | 7 | 113 | 44 |
| Binary | 10011111 | 100111 | 10111 | 0 | 1001011 | 1010110 | 100110 | 111 | 1001011 | 100100 |
Color Harmonies of #9F2717
Complementary color
Monochromatic Colors of #9F2717
Black with #9F2717
Text Example
Text Example
White with #9F2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2717; }
p { color: rgb(159,39,23); }
H1.HeaderClassName
{
color: #9F2717;
}
.AnyTagClassName
{
color: #9F2717;
}
</style>
background-color css
<style>
a { background-color: #9F2717; }
a { background-color: rgb(159,39,23); }
div.DivClassName
{
background-color: #9F2717;
}
.BgClassName
{
background-color: #9F2717;
}
</style>
border-color css
<style>
span { border-color: #9F2717; }
span { border-color: rgb(159,39,23); }
td.TdClassName
{
border-color: #9F2717;
}
.TagClassName
{
border-color: #9F2717;
}
</style>