Shades of Brown #9E2A19
Tints of Brown #9E2A19
RGB
CMYK
RGB Variations
Color information
#9E2A19 (or 0x9E2A19) is known color: Brown. HEX triplet: 9E, 2A and 19. RGB value is (158,42,25). Sum of RGB (Red+Green+Blue) = 158+42+25=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2A19 is #61D5E6. Grayscale: #4A4A4A. Windows color (decimal): -6411751 or 1649310. OLE color: 1649310.
HSL color Cylindrical-coordinate representation of color #9E2A19: hue angle of 7.67º 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 #9E2A19 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 25 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.38 |
| HSL | 7.67º | 0.73% | 0.36% | - |
| HSV(B) | 7.67º | 0.84% | 0.62% | - |
| XYZ | 15.1 | 9 | 1.86 | - |
| YUV | 74.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 25 | 0 | 0.73 | 0.84 | 0.38 | 7.67 | 0.73 | 0.36 |
| Hex | 9E | 2A | 19 | 0 | 49 | 54 | 26 | 8 | 49 | 24 |
| Octal | 236 | 52 | 31 | 0 | 111 | 124 | 46 | 10 | 111 | 44 |
| Binary | 10011110 | 101010 | 11001 | 0 | 1001001 | 1010100 | 100110 | 1000 | 1001001 | 100100 |
Color Harmonies of #9E2A19
Complementary color
Monochromatic Colors of #9E2A19
Black with #9E2A19
Text Example
Text Example
White with #9E2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A19; }
p { color: rgb(158,42,25); }
H1.HeaderClassName
{
color: #9E2A19;
}
.AnyTagClassName
{
color: #9E2A19;
}
</style>
background-color css
<style>
a { background-color: #9E2A19; }
a { background-color: rgb(158,42,25); }
div.DivClassName
{
background-color: #9E2A19;
}
.BgClassName
{
background-color: #9E2A19;
}
</style>
border-color css
<style>
span { border-color: #9E2A19; }
span { border-color: rgb(158,42,25); }
td.TdClassName
{
border-color: #9E2A19;
}
.TagClassName
{
border-color: #9E2A19;
}
</style>