Shades of Brown #9E2826
Tints of Brown #9E2826
RGB
CMYK
RGB Variations
Color information
#9E2826 (or 0x9E2826) is known color: Brown. HEX triplet: 9E, 28 and 26. RGB value is (158,40,38). Sum of RGB (Red+Green+Blue) = 158+40+38=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2826 is #61D7D9. Grayscale: #4B4B4B. Windows color (decimal): -6412250 or 2500766. OLE color: 2500766.
HSL color Cylindrical-coordinate representation of color #9E2826: hue angle of 1º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E2826 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 38 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.38 |
| HSL | 1º | 0.61% | 0.38% | - |
| HSV(B) | 1º | 0.76% | 0.62% | - |
| XYZ | 15.21 | 8.93 | 2.76 | - |
| YUV | 75.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 38 | 0 | 0.75 | 0.76 | 0.38 | 1 | 0.61 | 0.38 |
| Hex | 9E | 28 | 26 | 0 | 4B | 4C | 26 | 1 | 3D | 26 |
| Octal | 236 | 50 | 46 | 0 | 113 | 114 | 46 | 1 | 75 | 46 |
| Binary | 10011110 | 101000 | 100110 | 0 | 1001011 | 1001100 | 100110 | 1 | 111101 | 100110 |
Color Harmonies of #9E2826
Complementary color
Monochromatic Colors of #9E2826
Black with #9E2826
Text Example
Text Example
White with #9E2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2826; }
p { color: rgb(158,40,38); }
H1.HeaderClassName
{
color: #9E2826;
}
.AnyTagClassName
{
color: #9E2826;
}
</style>
background-color css
<style>
a { background-color: #9E2826; }
a { background-color: rgb(158,40,38); }
div.DivClassName
{
background-color: #9E2826;
}
.BgClassName
{
background-color: #9E2826;
}
</style>
border-color css
<style>
span { border-color: #9E2826; }
span { border-color: rgb(158,40,38); }
td.TdClassName
{
border-color: #9E2826;
}
.TagClassName
{
border-color: #9E2826;
}
</style>