Shades of Brown #9E2A25
Tints of Brown #9E2A25
RGB
CMYK
RGB Variations
Color information
#9E2A25 (or 0x9E2A25) is known color: Brown. HEX triplet: 9E, 2A and 25. RGB value is (158,42,37). Sum of RGB (Red+Green+Blue) = 158+42+37=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A25 is #61D5DA. Grayscale: #4C4C4C. Windows color (decimal): -6411739 or 2435742. OLE color: 2435742.
HSL color Cylindrical-coordinate representation of color #9E2A25: hue angle of 2.48º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2A25 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 37 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.38 |
| HSL | 2.48º | 0.62% | 0.38% | - |
| HSV(B) | 2.48º | 0.77% | 0.62% | - |
| XYZ | 15.26 | 9.06 | 2.69 | - |
| YUV | 76.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 37 | 0 | 0.73 | 0.77 | 0.38 | 2.48 | 0.62 | 0.38 |
| Hex | 9E | 2A | 25 | 0 | 49 | 4D | 26 | 2 | 3E | 26 |
| Octal | 236 | 52 | 45 | 0 | 111 | 115 | 46 | 2 | 76 | 46 |
| Binary | 10011110 | 101010 | 100101 | 0 | 1001001 | 1001101 | 100110 | 10 | 111110 | 100110 |
Color Harmonies of #9E2A25
Complementary color
Monochromatic Colors of #9E2A25
Black with #9E2A25
Text Example
Text Example
White with #9E2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A25; }
p { color: rgb(158,42,37); }
H1.HeaderClassName
{
color: #9E2A25;
}
.AnyTagClassName
{
color: #9E2A25;
}
</style>
background-color css
<style>
a { background-color: #9E2A25; }
a { background-color: rgb(158,42,37); }
div.DivClassName
{
background-color: #9E2A25;
}
.BgClassName
{
background-color: #9E2A25;
}
</style>
border-color css
<style>
span { border-color: #9E2A25; }
span { border-color: rgb(158,42,37); }
td.TdClassName
{
border-color: #9E2A25;
}
.TagClassName
{
border-color: #9E2A25;
}
</style>