Shades of Brown #9E2E21
Tints of Brown #9E2E21
RGB
CMYK
RGB Variations
Color information
#9E2E21 (or 0x9E2E21) is known color: Brown. HEX triplet: 9E, 2E and 21. RGB value is (158,46,33). Sum of RGB (Red+Green+Blue) = 158+46+33=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2E21 is #61D1DE. Grayscale: #4E4E4E. Windows color (decimal): -6410719 or 2174622. OLE color: 2174622.
HSL color Cylindrical-coordinate representation of color #9E2E21: hue angle of 6.24º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2E21 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 46 | 33 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.38 |
| HSL | 6.24º | 0.65% | 0.37% | - |
| HSV(B) | 6.24º | 0.79% | 0.62% | - |
| XYZ | 15.35 | 9.33 | 2.43 | - |
| YUV | 78.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 33 | 0 | 0.71 | 0.79 | 0.38 | 6.24 | 0.65 | 0.37 |
| Hex | 9E | 2E | 21 | 0 | 47 | 4F | 26 | 6 | 41 | 25 |
| Octal | 236 | 56 | 41 | 0 | 107 | 117 | 46 | 6 | 101 | 45 |
| Binary | 10011110 | 101110 | 100001 | 0 | 1000111 | 1001111 | 100110 | 110 | 1000001 | 100101 |
Color Harmonies of #9E2E21
Complementary color
Monochromatic Colors of #9E2E21
Black with #9E2E21
Text Example
Text Example
White with #9E2E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2E21; }
p { color: rgb(158,46,33); }
H1.HeaderClassName
{
color: #9E2E21;
}
.AnyTagClassName
{
color: #9E2E21;
}
</style>
background-color css
<style>
a { background-color: #9E2E21; }
a { background-color: rgb(158,46,33); }
div.DivClassName
{
background-color: #9E2E21;
}
.BgClassName
{
background-color: #9E2E21;
}
</style>
border-color css
<style>
span { border-color: #9E2E21; }
span { border-color: rgb(158,46,33); }
td.TdClassName
{
border-color: #9E2E21;
}
.TagClassName
{
border-color: #9E2E21;
}
</style>