Shades of Brown #9F2D1E
Tints of Brown #9F2D1E
RGB
CMYK
RGB Variations
Color information
#9F2D1E (or 0x9F2D1E) is known color: Brown. HEX triplet: 9F, 2D and 1E. RGB value is (159,45,30). Sum of RGB (Red+Green+Blue) = 159+45+30=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2D1E is #60D2E1. Grayscale: #4D4D4D. Windows color (decimal): -6345442 or 1977759. OLE color: 1977759.
HSL color Cylindrical-coordinate representation of color #9F2D1E: hue angle of 6.98º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F2D1E is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 30 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.38 |
| HSL | 6.98º | 0.68% | 0.37% | - |
| HSV(B) | 6.98º | 0.81% | 0.62% | - |
| XYZ | 15.47 | 9.34 | 2.22 | - |
| YUV | 77.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 30 | 0 | 0.72 | 0.81 | 0.38 | 6.98 | 0.68 | 0.37 |
| Hex | 9F | 2D | 1E | 0 | 48 | 51 | 26 | 7 | 44 | 25 |
| Octal | 237 | 55 | 36 | 0 | 110 | 121 | 46 | 7 | 104 | 45 |
| Binary | 10011111 | 101101 | 11110 | 0 | 1001000 | 1010001 | 100110 | 111 | 1000100 | 100101 |
Color Harmonies of #9F2D1E
Complementary color
Monochromatic Colors of #9F2D1E
Black with #9F2D1E
Text Example
Text Example
White with #9F2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D1E; }
p { color: rgb(159,45,30); }
H1.HeaderClassName
{
color: #9F2D1E;
}
.AnyTagClassName
{
color: #9F2D1E;
}
</style>
background-color css
<style>
a { background-color: #9F2D1E; }
a { background-color: rgb(159,45,30); }
div.DivClassName
{
background-color: #9F2D1E;
}
.BgClassName
{
background-color: #9F2D1E;
}
</style>
border-color css
<style>
span { border-color: #9F2D1E; }
span { border-color: rgb(159,45,30); }
td.TdClassName
{
border-color: #9F2D1E;
}
.TagClassName
{
border-color: #9F2D1E;
}
</style>