Shades of Brown #9F2714
Tints of Brown #9F2714
RGB
CMYK
RGB Variations
Color information
#9F2714 (or 0x9F2714) is known color: Brown. HEX triplet: 9F, 27 and 14. RGB value is (159,39,20). Sum of RGB (Red+Green+Blue) = 159+39+20=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2714 is #60D8EB. Grayscale: #484848. Windows color (decimal): -6346988 or 1320863. OLE color: 1320863.
HSL color Cylindrical-coordinate representation of color #9F2714: hue angle of 8.2º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F2714 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 20 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.38 |
| HSL | 8.2º | 0.78% | 0.35% | - |
| HSV(B) | 8.2º | 0.87% | 0.62% | - |
| XYZ | 15.15 | 8.87 | 1.58 | - |
| YUV | 72.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 20 | 0 | 0.75 | 0.87 | 0.38 | 8.2 | 0.78 | 0.35 |
| Hex | 9F | 27 | 14 | 0 | 4B | 57 | 26 | 8 | 4E | 23 |
| Octal | 237 | 47 | 24 | 0 | 113 | 127 | 46 | 10 | 116 | 43 |
| Binary | 10011111 | 100111 | 10100 | 0 | 1001011 | 1010111 | 100110 | 1000 | 1001110 | 100011 |
Color Harmonies of #9F2714
Complementary color
Monochromatic Colors of #9F2714
Black with #9F2714
Text Example
Text Example
White with #9F2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2714; }
p { color: rgb(159,39,20); }
H1.HeaderClassName
{
color: #9F2714;
}
.AnyTagClassName
{
color: #9F2714;
}
</style>
background-color css
<style>
a { background-color: #9F2714; }
a { background-color: rgb(159,39,20); }
div.DivClassName
{
background-color: #9F2714;
}
.BgClassName
{
background-color: #9F2714;
}
</style>
border-color css
<style>
span { border-color: #9F2714; }
span { border-color: rgb(159,39,20); }
td.TdClassName
{
border-color: #9F2714;
}
.TagClassName
{
border-color: #9F2714;
}
</style>