Shades of Brown #9E251A
Tints of Brown #9E251A
RGB
CMYK
RGB Variations
Color information
#9E251A (or 0x9E251A) is known color: Brown. HEX triplet: 9E, 25 and 1A. RGB value is (158,37,26). Sum of RGB (Red+Green+Blue) = 158+37+26=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E251A is #61DAE5. Grayscale: #484848. Windows color (decimal): -6413030 or 1713566. OLE color: 1713566.
HSL color Cylindrical-coordinate representation of color #9E251A: hue angle of 5º 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 #9E251A is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 26 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.38 |
| HSL | 5º | 0.72% | 0.36% | - |
| HSV(B) | 5º | 0.84% | 0.62% | - |
| XYZ | 14.95 | 8.67 | 1.86 | - |
| YUV | 71.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 26 | 0 | 0.77 | 0.84 | 0.38 | 5 | 0.72 | 0.36 |
| Hex | 9E | 25 | 1A | 0 | 4D | 54 | 26 | 5 | 48 | 24 |
| Octal | 236 | 45 | 32 | 0 | 115 | 124 | 46 | 5 | 110 | 44 |
| Binary | 10011110 | 100101 | 11010 | 0 | 1001101 | 1010100 | 100110 | 101 | 1001000 | 100100 |
Color Harmonies of #9E251A
Complementary color
Monochromatic Colors of #9E251A
Black with #9E251A
Text Example
Text Example
White with #9E251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E251A; }
p { color: rgb(158,37,26); }
H1.HeaderClassName
{
color: #9E251A;
}
.AnyTagClassName
{
color: #9E251A;
}
</style>
background-color css
<style>
a { background-color: #9E251A; }
a { background-color: rgb(158,37,26); }
div.DivClassName
{
background-color: #9E251A;
}
.BgClassName
{
background-color: #9E251A;
}
</style>
border-color css
<style>
span { border-color: #9E251A; }
span { border-color: rgb(158,37,26); }
td.TdClassName
{
border-color: #9E251A;
}
.TagClassName
{
border-color: #9E251A;
}
</style>