Shades of Brown #9E2B1A
Tints of Brown #9E2B1A
RGB
CMYK
RGB Variations
Color information
#9E2B1A (or 0x9E2B1A) is known color: Brown. HEX triplet: 9E, 2B and 1A. RGB value is (158,43,26). Sum of RGB (Red+Green+Blue) = 158+43+26=227 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.60% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B1A is #61D4E5. Grayscale: #4B4B4B. Windows color (decimal): -6411494 or 1715102. OLE color: 1715102.
HSL color Cylindrical-coordinate representation of color #9E2B1A: hue angle of 7.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E2B1A is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 26 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.38 |
| HSL | 7.73º | 0.72% | 0.36% | - |
| HSV(B) | 7.73º | 0.84% | 0.62% | - |
| XYZ | 15.15 | 9.07 | 1.93 | - |
| YUV | 75.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 26 | 0 | 0.73 | 0.84 | 0.38 | 7.73 | 0.72 | 0.36 |
| Hex | 9E | 2B | 1A | 0 | 49 | 54 | 26 | 8 | 48 | 24 |
| Octal | 236 | 53 | 32 | 0 | 111 | 124 | 46 | 10 | 110 | 44 |
| Binary | 10011110 | 101011 | 11010 | 0 | 1001001 | 1010100 | 100110 | 1000 | 1001000 | 100100 |
Color Harmonies of #9E2B1A
Complementary color
Monochromatic Colors of #9E2B1A
Black with #9E2B1A
Text Example
Text Example
White with #9E2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B1A; }
p { color: rgb(158,43,26); }
H1.HeaderClassName
{
color: #9E2B1A;
}
.AnyTagClassName
{
color: #9E2B1A;
}
</style>
background-color css
<style>
a { background-color: #9E2B1A; }
a { background-color: rgb(158,43,26); }
div.DivClassName
{
background-color: #9E2B1A;
}
.BgClassName
{
background-color: #9E2B1A;
}
</style>
border-color css
<style>
span { border-color: #9E2B1A; }
span { border-color: rgb(158,43,26); }
td.TdClassName
{
border-color: #9E2B1A;
}
.TagClassName
{
border-color: #9E2B1A;
}
</style>