Shades of Brown #9E2B19
Tints of Brown #9E2B19
RGB
CMYK
RGB Variations
Color information
#9E2B19 (or 0x9E2B19) is known color: Brown. HEX triplet: 9E, 2B and 19. RGB value is (158,43,25). Sum of RGB (Red+Green+Blue) = 158+43+25=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2B19 is #61D4E6. Grayscale: #4B4B4B. Windows color (decimal): -6411495 or 1649566. OLE color: 1649566.
HSL color Cylindrical-coordinate representation of color #9E2B19: hue angle of 8.12º 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 #9E2B19 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 25 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.38 |
| HSL | 8.12º | 0.73% | 0.36% | - |
| HSV(B) | 8.12º | 0.84% | 0.62% | - |
| XYZ | 15.14 | 9.07 | 1.87 | - |
| YUV | 75.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 25 | 0 | 0.73 | 0.84 | 0.38 | 8.12 | 0.73 | 0.36 |
| Hex | 9E | 2B | 19 | 0 | 49 | 54 | 26 | 8 | 49 | 24 |
| Octal | 236 | 53 | 31 | 0 | 111 | 124 | 46 | 10 | 111 | 44 |
| Binary | 10011110 | 101011 | 11001 | 0 | 1001001 | 1010100 | 100110 | 1000 | 1001001 | 100100 |
Color Harmonies of #9E2B19
Complementary color
Monochromatic Colors of #9E2B19
Black with #9E2B19
Text Example
Text Example
White with #9E2B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B19; }
p { color: rgb(158,43,25); }
H1.HeaderClassName
{
color: #9E2B19;
}
.AnyTagClassName
{
color: #9E2B19;
}
</style>
background-color css
<style>
a { background-color: #9E2B19; }
a { background-color: rgb(158,43,25); }
div.DivClassName
{
background-color: #9E2B19;
}
.BgClassName
{
background-color: #9E2B19;
}
</style>
border-color css
<style>
span { border-color: #9E2B19; }
span { border-color: rgb(158,43,25); }
td.TdClassName
{
border-color: #9E2B19;
}
.TagClassName
{
border-color: #9E2B19;
}
</style>