Shades of Brown #9F2912
Tints of Brown #9F2912
RGB
CMYK
RGB Variations
Color information
#9F2912 (or 0x9F2912) is known color: Brown. HEX triplet: 9F, 29 and 12. RGB value is (159,41,18). Sum of RGB (Red+Green+Blue) = 159+41+18=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2912 is #60D6ED. Grayscale: #494949. Windows color (decimal): -6346478 or 1190303. OLE color: 1190303.
HSL color Cylindrical-coordinate representation of color #9F2912: hue angle of 9.79º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F2912 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 18 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.38 |
| HSL | 9.79º | 0.8% | 0.35% | - |
| HSV(B) | 9.79º | 0.89% | 0.62% | - |
| XYZ | 15.2 | 9 | 1.51 | - |
| YUV | 73.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 18 | 0 | 0.74 | 0.89 | 0.38 | 9.79 | 0.8 | 0.35 |
| Hex | 9F | 29 | 12 | 0 | 4A | 59 | 26 | A | 50 | 23 |
| Octal | 237 | 51 | 22 | 0 | 112 | 131 | 46 | 12 | 120 | 43 |
| Binary | 10011111 | 101001 | 10010 | 0 | 1001010 | 1011001 | 100110 | 1010 | 1010000 | 100011 |
Color Harmonies of #9F2912
Complementary color
Monochromatic Colors of #9F2912
Black with #9F2912
Text Example
Text Example
White with #9F2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2912; }
p { color: rgb(159,41,18); }
H1.HeaderClassName
{
color: #9F2912;
}
.AnyTagClassName
{
color: #9F2912;
}
</style>
background-color css
<style>
a { background-color: #9F2912; }
a { background-color: rgb(159,41,18); }
div.DivClassName
{
background-color: #9F2912;
}
.BgClassName
{
background-color: #9F2912;
}
</style>
border-color css
<style>
span { border-color: #9F2912; }
span { border-color: rgb(159,41,18); }
td.TdClassName
{
border-color: #9F2912;
}
.TagClassName
{
border-color: #9F2912;
}
</style>