Shades of Brown #9F2E1E
Tints of Brown #9F2E1E
RGB
CMYK
RGB Variations
Color information
#9F2E1E (or 0x9F2E1E) is known color: Brown. HEX triplet: 9F, 2E and 1E. RGB value is (159,46,30). Sum of RGB (Red+Green+Blue) = 159+46+30=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2E1E is #60D1E1. Grayscale: #4E4E4E. Windows color (decimal): -6345186 or 1978015. OLE color: 1978015.
HSL color Cylindrical-coordinate representation of color #9F2E1E: hue angle of 7.44º 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 #9F2E1E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 30 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.38 |
| HSL | 7.44º | 0.68% | 0.37% | - |
| HSV(B) | 7.44º | 0.81% | 0.62% | - |
| XYZ | 15.51 | 9.42 | 2.23 | - |
| YUV | 77.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 30 | 0 | 0.71 | 0.81 | 0.38 | 7.44 | 0.68 | 0.37 |
| Hex | 9F | 2E | 1E | 0 | 47 | 51 | 26 | 7 | 44 | 25 |
| Octal | 237 | 56 | 36 | 0 | 107 | 121 | 46 | 7 | 104 | 45 |
| Binary | 10011111 | 101110 | 11110 | 0 | 1000111 | 1010001 | 100110 | 111 | 1000100 | 100101 |
Color Harmonies of #9F2E1E
Complementary color
Monochromatic Colors of #9F2E1E
Black with #9F2E1E
Text Example
Text Example
White with #9F2E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E1E; }
p { color: rgb(159,46,30); }
H1.HeaderClassName
{
color: #9F2E1E;
}
.AnyTagClassName
{
color: #9F2E1E;
}
</style>
background-color css
<style>
a { background-color: #9F2E1E; }
a { background-color: rgb(159,46,30); }
div.DivClassName
{
background-color: #9F2E1E;
}
.BgClassName
{
background-color: #9F2E1E;
}
</style>
border-color css
<style>
span { border-color: #9F2E1E; }
span { border-color: rgb(159,46,30); }
td.TdClassName
{
border-color: #9F2E1E;
}
.TagClassName
{
border-color: #9F2E1E;
}
</style>