Shades of Brown #9F2D19
Tints of Brown #9F2D19
RGB
CMYK
RGB Variations
Color information
#9F2D19 (or 0x9F2D19) is known color: Brown. HEX triplet: 9F, 2D and 19. RGB value is (159,45,25). Sum of RGB (Red+Green+Blue) = 159+45+25=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2D19 is #60D2E6. Grayscale: #4D4D4D. Windows color (decimal): -6345447 or 1650079. OLE color: 1650079.
HSL color Cylindrical-coordinate representation of color #9F2D19: hue angle of 8.96º degrees, saturation: 0.73, 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 #9F2D19 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 25 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.38 |
| HSL | 8.96º | 0.73% | 0.36% | - |
| HSV(B) | 8.96º | 0.84% | 0.62% | - |
| XYZ | 15.41 | 9.32 | 1.91 | - |
| YUV | 76.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 25 | 0 | 0.72 | 0.84 | 0.38 | 8.96 | 0.73 | 0.36 |
| Hex | 9F | 2D | 19 | 0 | 48 | 54 | 26 | 9 | 49 | 24 |
| Octal | 237 | 55 | 31 | 0 | 110 | 124 | 46 | 11 | 111 | 44 |
| Binary | 10011111 | 101101 | 11001 | 0 | 1001000 | 1010100 | 100110 | 1001 | 1001001 | 100100 |
Color Harmonies of #9F2D19
Complementary color
Monochromatic Colors of #9F2D19
Black with #9F2D19
Text Example
Text Example
White with #9F2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D19; }
p { color: rgb(159,45,25); }
H1.HeaderClassName
{
color: #9F2D19;
}
.AnyTagClassName
{
color: #9F2D19;
}
</style>
background-color css
<style>
a { background-color: #9F2D19; }
a { background-color: rgb(159,45,25); }
div.DivClassName
{
background-color: #9F2D19;
}
.BgClassName
{
background-color: #9F2D19;
}
</style>
border-color css
<style>
span { border-color: #9F2D19; }
span { border-color: rgb(159,45,25); }
td.TdClassName
{
border-color: #9F2D19;
}
.TagClassName
{
border-color: #9F2D19;
}
</style>