Shades of Brown #9E2E19
Tints of Brown #9E2E19
RGB
CMYK
RGB Variations
Color information
#9E2E19 (or 0x9E2E19) is known color: Brown. HEX triplet: 9E, 2E and 19. RGB value is (158,46,25). Sum of RGB (Red+Green+Blue) = 158+46+25=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2E19 is #61D1E6. Grayscale: #4D4D4D. Windows color (decimal): -6410727 or 1650334. OLE color: 1650334.
HSL color Cylindrical-coordinate representation of color #9E2E19: hue angle of 9.47º 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 #9E2E19 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 46 | 25 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.38 |
| HSL | 9.47º | 0.73% | 0.36% | - |
| HSV(B) | 9.47º | 0.84% | 0.62% | - |
| XYZ | 15.25 | 9.29 | 1.91 | - |
| YUV | 77.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 25 | 0 | 0.71 | 0.84 | 0.38 | 9.47 | 0.73 | 0.36 |
| Hex | 9E | 2E | 19 | 0 | 47 | 54 | 26 | 9 | 49 | 24 |
| Octal | 236 | 56 | 31 | 0 | 107 | 124 | 46 | 11 | 111 | 44 |
| Binary | 10011110 | 101110 | 11001 | 0 | 1000111 | 1010100 | 100110 | 1001 | 1001001 | 100100 |
Color Harmonies of #9E2E19
Complementary color
Monochromatic Colors of #9E2E19
Black with #9E2E19
Text Example
Text Example
White with #9E2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2E19; }
p { color: rgb(158,46,25); }
H1.HeaderClassName
{
color: #9E2E19;
}
.AnyTagClassName
{
color: #9E2E19;
}
</style>
background-color css
<style>
a { background-color: #9E2E19; }
a { background-color: rgb(158,46,25); }
div.DivClassName
{
background-color: #9E2E19;
}
.BgClassName
{
background-color: #9E2E19;
}
</style>
border-color css
<style>
span { border-color: #9E2E19; }
span { border-color: rgb(158,46,25); }
td.TdClassName
{
border-color: #9E2E19;
}
.TagClassName
{
border-color: #9E2E19;
}
</style>