Shades of Brown #9F2D1A
Tints of Brown #9F2D1A
RGB
CMYK
RGB Variations
Color information
#9F2D1A (or 0x9F2D1A) is known color: Brown. HEX triplet: 9F, 2D and 1A. RGB value is (159,45,26). Sum of RGB (Red+Green+Blue) = 159+45+26=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2D1A is #60D2E5. Grayscale: #4D4D4D. Windows color (decimal): -6345446 or 1715615. OLE color: 1715615.
HSL color Cylindrical-coordinate representation of color #9F2D1A: hue angle of 8.57º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F2D1A is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 26 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.38 |
| HSL | 8.57º | 0.72% | 0.36% | - |
| HSV(B) | 8.57º | 0.84% | 0.62% | - |
| XYZ | 15.42 | 9.32 | 1.96 | - |
| YUV | 76.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 26 | 0 | 0.72 | 0.84 | 0.38 | 8.57 | 0.72 | 0.36 |
| Hex | 9F | 2D | 1A | 0 | 48 | 54 | 26 | 9 | 48 | 24 |
| Octal | 237 | 55 | 32 | 0 | 110 | 124 | 46 | 11 | 110 | 44 |
| Binary | 10011111 | 101101 | 11010 | 0 | 1001000 | 1010100 | 100110 | 1001 | 1001000 | 100100 |
Color Harmonies of #9F2D1A
Complementary color
Monochromatic Colors of #9F2D1A
Black with #9F2D1A
Text Example
Text Example
White with #9F2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D1A; }
p { color: rgb(159,45,26); }
H1.HeaderClassName
{
color: #9F2D1A;
}
.AnyTagClassName
{
color: #9F2D1A;
}
</style>
background-color css
<style>
a { background-color: #9F2D1A; }
a { background-color: rgb(159,45,26); }
div.DivClassName
{
background-color: #9F2D1A;
}
.BgClassName
{
background-color: #9F2D1A;
}
</style>
border-color css
<style>
span { border-color: #9F2D1A; }
span { border-color: rgb(159,45,26); }
td.TdClassName
{
border-color: #9F2D1A;
}
.TagClassName
{
border-color: #9F2D1A;
}
</style>