Shades of Brown #9F2F2A
Tints of Brown #9F2F2A
RGB
CMYK
RGB Variations
Color information
#9F2F2A (or 0x9F2F2A) is known color: Brown. HEX triplet: 9F, 2F and 2A. RGB value is (159,47,42). Sum of RGB (Red+Green+Blue) = 159+47+42=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2F2A is #60D0D5. Grayscale: #505050. Windows color (decimal): -6344918 or 2764703. OLE color: 2764703.
HSL color Cylindrical-coordinate representation of color #9F2F2A: hue angle of 2.56º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2F2A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 42 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.38 |
| HSL | 2.56º | 0.58% | 0.39% | - |
| HSV(B) | 2.56º | 0.74% | 0.62% | - |
| XYZ | 15.73 | 9.57 | 3.21 | - |
| YUV | 79.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 42 | 0 | 0.70 | 0.74 | 0.38 | 2.56 | 0.58 | 0.39 |
| Hex | 9F | 2F | 2A | 0 | 46 | 4A | 26 | 3 | 3A | 27 |
| Octal | 237 | 57 | 52 | 0 | 106 | 112 | 46 | 3 | 72 | 47 |
| Binary | 10011111 | 101111 | 101010 | 0 | 1000110 | 1001010 | 100110 | 11 | 111010 | 100111 |
Color Harmonies of #9F2F2A
Complementary color
Monochromatic Colors of #9F2F2A
Black with #9F2F2A
Text Example
Text Example
White with #9F2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F2A; }
p { color: rgb(159,47,42); }
H1.HeaderClassName
{
color: #9F2F2A;
}
.AnyTagClassName
{
color: #9F2F2A;
}
</style>
background-color css
<style>
a { background-color: #9F2F2A; }
a { background-color: rgb(159,47,42); }
div.DivClassName
{
background-color: #9F2F2A;
}
.BgClassName
{
background-color: #9F2F2A;
}
</style>
border-color css
<style>
span { border-color: #9F2F2A; }
span { border-color: rgb(159,47,42); }
td.TdClassName
{
border-color: #9F2F2A;
}
.TagClassName
{
border-color: #9F2F2A;
}
</style>