Shades of Brown #9E2A1C
Tints of Brown #9E2A1C
RGB
CMYK
RGB Variations
Color information
#9E2A1C (or 0x9E2A1C) is known color: Brown. HEX triplet: 9E, 2A and 1C. RGB value is (158,42,28). Sum of RGB (Red+Green+Blue) = 158+42+28=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A1C is #61D5E3. Grayscale: #4B4B4B. Windows color (decimal): -6411748 or 1845918. OLE color: 1845918.
HSL color Cylindrical-coordinate representation of color #9E2A1C: hue angle of 6.46º 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 #9E2A1C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 28 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.38 |
| HSL | 6.46º | 0.7% | 0.36% | - |
| HSV(B) | 6.46º | 0.82% | 0.62% | - |
| XYZ | 15.14 | 9.01 | 2.04 | - |
| YUV | 75.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 28 | 0 | 0.73 | 0.82 | 0.38 | 6.46 | 0.7 | 0.36 |
| Hex | 9E | 2A | 1C | 0 | 49 | 52 | 26 | 6 | 46 | 24 |
| Octal | 236 | 52 | 34 | 0 | 111 | 122 | 46 | 6 | 106 | 44 |
| Binary | 10011110 | 101010 | 11100 | 0 | 1001001 | 1010010 | 100110 | 110 | 1000110 | 100100 |
Color Harmonies of #9E2A1C
Complementary color
Monochromatic Colors of #9E2A1C
Black with #9E2A1C
Text Example
Text Example
White with #9E2A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A1C; }
p { color: rgb(158,42,28); }
H1.HeaderClassName
{
color: #9E2A1C;
}
.AnyTagClassName
{
color: #9E2A1C;
}
</style>
background-color css
<style>
a { background-color: #9E2A1C; }
a { background-color: rgb(158,42,28); }
div.DivClassName
{
background-color: #9E2A1C;
}
.BgClassName
{
background-color: #9E2A1C;
}
</style>
border-color css
<style>
span { border-color: #9E2A1C; }
span { border-color: rgb(158,42,28); }
td.TdClassName
{
border-color: #9E2A1C;
}
.TagClassName
{
border-color: #9E2A1C;
}
</style>