Shades of Brown #9F2D2B
Tints of Brown #9F2D2B
RGB
CMYK
RGB Variations
Color information
#9F2D2B (or 0x9F2D2B) is known color: Brown. HEX triplet: 9F, 2D and 2B. RGB value is (159,45,43). Sum of RGB (Red+Green+Blue) = 159+45+43=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2D2B is #60D2D4. Grayscale: #4E4E4E. Windows color (decimal): -6345429 or 2829727. OLE color: 2829727.
HSL color Cylindrical-coordinate representation of color #9F2D2B: hue angle of 1.03º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2D2B is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 43 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.38 |
| HSL | 1.03º | 0.57% | 0.4% | - |
| HSV(B) | 1.03º | 0.73% | 0.62% | - |
| XYZ | 15.67 | 9.42 | 3.28 | - |
| YUV | 78.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 43 | 0 | 0.72 | 0.73 | 0.38 | 1.03 | 0.57 | 0.4 |
| Hex | 9F | 2D | 2B | 0 | 48 | 49 | 26 | 1 | 39 | 28 |
| Octal | 237 | 55 | 53 | 0 | 110 | 111 | 46 | 1 | 71 | 50 |
| Binary | 10011111 | 101101 | 101011 | 0 | 1001000 | 1001001 | 100110 | 1 | 111001 | 101000 |
Color Harmonies of #9F2D2B
Complementary color
Monochromatic Colors of #9F2D2B
Black with #9F2D2B
Text Example
Text Example
White with #9F2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D2B; }
p { color: rgb(159,45,43); }
H1.HeaderClassName
{
color: #9F2D2B;
}
.AnyTagClassName
{
color: #9F2D2B;
}
</style>
background-color css
<style>
a { background-color: #9F2D2B; }
a { background-color: rgb(159,45,43); }
div.DivClassName
{
background-color: #9F2D2B;
}
.BgClassName
{
background-color: #9F2D2B;
}
</style>
border-color css
<style>
span { border-color: #9F2D2B; }
span { border-color: rgb(159,45,43); }
td.TdClassName
{
border-color: #9F2D2B;
}
.TagClassName
{
border-color: #9F2D2B;
}
</style>