Shades of Brown #9E2D1C
Tints of Brown #9E2D1C
RGB
CMYK
RGB Variations
Color information
#9E2D1C (or 0x9E2D1C) is known color: Brown. HEX triplet: 9E, 2D and 1C. RGB value is (158,45,28). Sum of RGB (Red+Green+Blue) = 158+45+28=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2D1C is #61D2E3. Grayscale: #4D4D4D. Windows color (decimal): -6410980 or 1846686. OLE color: 1846686.
HSL color Cylindrical-coordinate representation of color #9E2D1C: hue angle of 7.85º 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 #9E2D1C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 28 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.38 |
| HSL | 7.85º | 0.7% | 0.36% | - |
| HSV(B) | 7.85º | 0.82% | 0.62% | - |
| XYZ | 15.25 | 9.23 | 2.08 | - |
| YUV | 76.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 28 | 0 | 0.72 | 0.82 | 0.38 | 7.85 | 0.7 | 0.36 |
| Hex | 9E | 2D | 1C | 0 | 48 | 52 | 26 | 8 | 46 | 24 |
| Octal | 236 | 55 | 34 | 0 | 110 | 122 | 46 | 10 | 106 | 44 |
| Binary | 10011110 | 101101 | 11100 | 0 | 1001000 | 1010010 | 100110 | 1000 | 1000110 | 100100 |
Color Harmonies of #9E2D1C
Complementary color
Monochromatic Colors of #9E2D1C
Black with #9E2D1C
Text Example
Text Example
White with #9E2D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D1C; }
p { color: rgb(158,45,28); }
H1.HeaderClassName
{
color: #9E2D1C;
}
.AnyTagClassName
{
color: #9E2D1C;
}
</style>
background-color css
<style>
a { background-color: #9E2D1C; }
a { background-color: rgb(158,45,28); }
div.DivClassName
{
background-color: #9E2D1C;
}
.BgClassName
{
background-color: #9E2D1C;
}
</style>
border-color css
<style>
span { border-color: #9E2D1C; }
span { border-color: rgb(158,45,28); }
td.TdClassName
{
border-color: #9E2D1C;
}
.TagClassName
{
border-color: #9E2D1C;
}
</style>