Shades of Brown #9E2B2A
Tints of Brown #9E2B2A
RGB
CMYK
RGB Variations
Color information
#9E2B2A (or 0x9E2B2A) is known color: Brown. HEX triplet: 9E, 2B and 2A. RGB value is (158,43,42). Sum of RGB (Red+Green+Blue) = 158+43+42=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B2A is #61D4D5. Grayscale: #4D4D4D. Windows color (decimal): -6411478 or 2763678. OLE color: 2763678.
HSL color Cylindrical-coordinate representation of color #9E2B2A: hue angle of 0.52º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2B2A is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 42 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.38 |
| HSL | 0.52º | 0.58% | 0.39% | - |
| HSV(B) | 0.52º | 0.73% | 0.62% | - |
| XYZ | 15.38 | 9.16 | 3.15 | - |
| YUV | 77.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 42 | 0 | 0.73 | 0.73 | 0.38 | 0.52 | 0.58 | 0.39 |
| Hex | 9E | 2B | 2A | 0 | 49 | 49 | 26 | 1 | 3A | 27 |
| Octal | 236 | 53 | 52 | 0 | 111 | 111 | 46 | 1 | 72 | 47 |
| Binary | 10011110 | 101011 | 101010 | 0 | 1001001 | 1001001 | 100110 | 1 | 111010 | 100111 |
Color Harmonies of #9E2B2A
Complementary color
Monochromatic Colors of #9E2B2A
Black with #9E2B2A
Text Example
Text Example
White with #9E2B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B2A; }
p { color: rgb(158,43,42); }
H1.HeaderClassName
{
color: #9E2B2A;
}
.AnyTagClassName
{
color: #9E2B2A;
}
</style>
background-color css
<style>
a { background-color: #9E2B2A; }
a { background-color: rgb(158,43,42); }
div.DivClassName
{
background-color: #9E2B2A;
}
.BgClassName
{
background-color: #9E2B2A;
}
</style>
border-color css
<style>
span { border-color: #9E2B2A; }
span { border-color: rgb(158,43,42); }
td.TdClassName
{
border-color: #9E2B2A;
}
.TagClassName
{
border-color: #9E2B2A;
}
</style>