Shades of Brown #9E281C
Tints of Brown #9E281C
RGB
CMYK
RGB Variations
Color information
#9E281C (or 0x9E281C) is known color: Brown. HEX triplet: 9E, 28 and 1C. RGB value is (158,40,28). Sum of RGB (Red+Green+Blue) = 158+40+28=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E281C is #61D7E3. Grayscale: #4A4A4A. Windows color (decimal): -6412260 or 1845406. OLE color: 1845406.
HSL color Cylindrical-coordinate representation of color #9E281C: hue angle of 5.54º 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 #9E281C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 28 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.38 |
| HSL | 5.54º | 0.7% | 0.36% | - |
| HSV(B) | 5.54º | 0.82% | 0.62% | - |
| XYZ | 15.07 | 8.87 | 2.02 | - |
| YUV | 73.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 28 | 0 | 0.75 | 0.82 | 0.38 | 5.54 | 0.7 | 0.36 |
| Hex | 9E | 28 | 1C | 0 | 4B | 52 | 26 | 6 | 46 | 24 |
| Octal | 236 | 50 | 34 | 0 | 113 | 122 | 46 | 6 | 106 | 44 |
| Binary | 10011110 | 101000 | 11100 | 0 | 1001011 | 1010010 | 100110 | 110 | 1000110 | 100100 |
Color Harmonies of #9E281C
Complementary color
Monochromatic Colors of #9E281C
Black with #9E281C
Text Example
Text Example
White with #9E281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E281C; }
p { color: rgb(158,40,28); }
H1.HeaderClassName
{
color: #9E281C;
}
.AnyTagClassName
{
color: #9E281C;
}
</style>
background-color css
<style>
a { background-color: #9E281C; }
a { background-color: rgb(158,40,28); }
div.DivClassName
{
background-color: #9E281C;
}
.BgClassName
{
background-color: #9E281C;
}
</style>
border-color css
<style>
span { border-color: #9E281C; }
span { border-color: rgb(158,40,28); }
td.TdClassName
{
border-color: #9E281C;
}
.TagClassName
{
border-color: #9E281C;
}
</style>