Shades of Brown #9F2F26
Tints of Brown #9F2F26
RGB
CMYK
RGB Variations
Color information
#9F2F26 (or 0x9F2F26) is known color: Brown. HEX triplet: 9F, 2F and 26. RGB value is (159,47,38). Sum of RGB (Red+Green+Blue) = 159+47+38=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2F26 is #60D0D9. Grayscale: #4F4F4F. Windows color (decimal): -6344922 or 2502559. OLE color: 2502559.
HSL color Cylindrical-coordinate representation of color #9F2F26: hue angle of 4.46º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2F26 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 38 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.38 |
| HSL | 4.46º | 0.61% | 0.39% | - |
| HSV(B) | 4.46º | 0.76% | 0.62% | - |
| XYZ | 15.66 | 9.54 | 2.85 | - |
| YUV | 79.46 | 104.61 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 38 | 0 | 0.70 | 0.76 | 0.38 | 4.46 | 0.61 | 0.39 |
| Hex | 9F | 2F | 26 | 0 | 46 | 4C | 26 | 4 | 3D | 27 |
| Octal | 237 | 57 | 46 | 0 | 106 | 114 | 46 | 4 | 75 | 47 |
| Binary | 10011111 | 101111 | 100110 | 0 | 1000110 | 1001100 | 100110 | 100 | 111101 | 100111 |
Color Harmonies of #9F2F26
Complementary color
Monochromatic Colors of #9F2F26
Black with #9F2F26
Text Example
Text Example
White with #9F2F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F26; }
p { color: rgb(159,47,38); }
H1.HeaderClassName
{
color: #9F2F26;
}
.AnyTagClassName
{
color: #9F2F26;
}
</style>
background-color css
<style>
a { background-color: #9F2F26; }
a { background-color: rgb(159,47,38); }
div.DivClassName
{
background-color: #9F2F26;
}
.BgClassName
{
background-color: #9F2F26;
}
</style>
border-color css
<style>
span { border-color: #9F2F26; }
span { border-color: rgb(159,47,38); }
td.TdClassName
{
border-color: #9F2F26;
}
.TagClassName
{
border-color: #9F2F26;
}
</style>