Shades of Brown #9E2A27
Tints of Brown #9E2A27
RGB
CMYK
RGB Variations
Color information
#9E2A27 (or 0x9E2A27) is known color: Brown. HEX triplet: 9E, 2A and 27. RGB value is (158,42,39). Sum of RGB (Red+Green+Blue) = 158+42+39=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A27 is #61D5D8. Grayscale: #4C4C4C. Windows color (decimal): -6411737 or 2566814. OLE color: 2566814.
HSL color Cylindrical-coordinate representation of color #9E2A27: hue angle of 1.51º 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 #9E2A27 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 39 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.38 |
| HSL | 1.51º | 0.6% | 0.39% | - |
| HSV(B) | 1.51º | 0.75% | 0.62% | - |
| XYZ | 15.29 | 9.07 | 2.86 | - |
| YUV | 76.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 39 | 0 | 0.73 | 0.75 | 0.38 | 1.51 | 0.6 | 0.39 |
| Hex | 9E | 2A | 27 | 0 | 49 | 4B | 26 | 2 | 3C | 27 |
| Octal | 236 | 52 | 47 | 0 | 111 | 113 | 46 | 2 | 74 | 47 |
| Binary | 10011110 | 101010 | 100111 | 0 | 1001001 | 1001011 | 100110 | 10 | 111100 | 100111 |
Color Harmonies of #9E2A27
Complementary color
Monochromatic Colors of #9E2A27
Black with #9E2A27
Text Example
Text Example
White with #9E2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A27; }
p { color: rgb(158,42,39); }
H1.HeaderClassName
{
color: #9E2A27;
}
.AnyTagClassName
{
color: #9E2A27;
}
</style>
background-color css
<style>
a { background-color: #9E2A27; }
a { background-color: rgb(158,42,39); }
div.DivClassName
{
background-color: #9E2A27;
}
.BgClassName
{
background-color: #9E2A27;
}
</style>
border-color css
<style>
span { border-color: #9E2A27; }
span { border-color: rgb(158,42,39); }
td.TdClassName
{
border-color: #9E2A27;
}
.TagClassName
{
border-color: #9E2A27;
}
</style>