Shades of Brown #9E2827
Tints of Brown #9E2827
RGB
CMYK
RGB Variations
Color information
#9E2827 (or 0x9E2827) is known color: Brown. HEX triplet: 9E, 28 and 27. RGB value is (158,40,39). Sum of RGB (Red+Green+Blue) = 158+40+39=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2827 is #61D7D8. Grayscale: #4B4B4B. Windows color (decimal): -6412249 or 2566302. OLE color: 2566302.
HSL color Cylindrical-coordinate representation of color #9E2827: hue angle of 0.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2827 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 39 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.38 |
| HSL | 0.5º | 0.6% | 0.39% | - |
| HSV(B) | 0.5º | 0.75% | 0.62% | - |
| XYZ | 15.23 | 8.93 | 2.84 | - |
| YUV | 75.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 39 | 0 | 0.75 | 0.75 | 0.38 | 0.5 | 0.6 | 0.39 |
| Hex | 9E | 28 | 27 | 0 | 4B | 4B | 26 | 1 | 3C | 27 |
| Octal | 236 | 50 | 47 | 0 | 113 | 113 | 46 | 1 | 74 | 47 |
| Binary | 10011110 | 101000 | 100111 | 0 | 1001011 | 1001011 | 100110 | 1 | 111100 | 100111 |
Color Harmonies of #9E2827
Complementary color
Monochromatic Colors of #9E2827
Black with #9E2827
Text Example
Text Example
White with #9E2827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2827; }
p { color: rgb(158,40,39); }
H1.HeaderClassName
{
color: #9E2827;
}
.AnyTagClassName
{
color: #9E2827;
}
</style>
background-color css
<style>
a { background-color: #9E2827; }
a { background-color: rgb(158,40,39); }
div.DivClassName
{
background-color: #9E2827;
}
.BgClassName
{
background-color: #9E2827;
}
</style>
border-color css
<style>
span { border-color: #9E2827; }
span { border-color: rgb(158,40,39); }
td.TdClassName
{
border-color: #9E2827;
}
.TagClassName
{
border-color: #9E2827;
}
</style>