Shades of Brown #9E251C
Tints of Brown #9E251C
RGB
CMYK
RGB Variations
Color information
#9E251C (or 0x9E251C) is known color: Brown. HEX triplet: 9E, 25 and 1C. RGB value is (158,37,28). Sum of RGB (Red+Green+Blue) = 158+37+28=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E251C is #61DAE3. Grayscale: #484848. Windows color (decimal): -6413028 or 1844638. OLE color: 1844638.
HSL color Cylindrical-coordinate representation of color #9E251C: hue angle of 4.15º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E251C is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 28 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.38 |
| HSL | 4.15º | 0.7% | 0.36% | - |
| HSV(B) | 4.15º | 0.82% | 0.62% | - |
| XYZ | 14.97 | 8.68 | 1.98 | - |
| YUV | 72.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 28 | 0 | 0.77 | 0.82 | 0.38 | 4.15 | 0.7 | 0.36 |
| Hex | 9E | 25 | 1C | 0 | 4D | 52 | 26 | 4 | 46 | 24 |
| Octal | 236 | 45 | 34 | 0 | 115 | 122 | 46 | 4 | 106 | 44 |
| Binary | 10011110 | 100101 | 11100 | 0 | 1001101 | 1010010 | 100110 | 100 | 1000110 | 100100 |
Color Harmonies of #9E251C
Complementary color
Monochromatic Colors of #9E251C
Black with #9E251C
Text Example
Text Example
White with #9E251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E251C; }
p { color: rgb(158,37,28); }
H1.HeaderClassName
{
color: #9E251C;
}
.AnyTagClassName
{
color: #9E251C;
}
</style>
background-color css
<style>
a { background-color: #9E251C; }
a { background-color: rgb(158,37,28); }
div.DivClassName
{
background-color: #9E251C;
}
.BgClassName
{
background-color: #9E251C;
}
</style>
border-color css
<style>
span { border-color: #9E251C; }
span { border-color: rgb(158,37,28); }
td.TdClassName
{
border-color: #9E251C;
}
.TagClassName
{
border-color: #9E251C;
}
</style>