Shades of Brown #9E2D19
Tints of Brown #9E2D19
RGB
CMYK
RGB Variations
Color information
#9E2D19 (or 0x9E2D19) is known color: Brown. HEX triplet: 9E, 2D and 19. RGB value is (158,45,25). Sum of RGB (Red+Green+Blue) = 158+45+25=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2D19 is #61D2E6. Grayscale: #4C4C4C. Windows color (decimal): -6410983 or 1650078. OLE color: 1650078.
HSL color Cylindrical-coordinate representation of color #9E2D19: hue angle of 9.02º degrees, saturation: 0.73, 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 #9E2D19 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 25 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.38 |
| HSL | 9.02º | 0.73% | 0.36% | - |
| HSV(B) | 9.02º | 0.84% | 0.62% | - |
| XYZ | 15.21 | 9.22 | 1.9 | - |
| YUV | 76.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 25 | 0 | 0.72 | 0.84 | 0.38 | 9.02 | 0.73 | 0.36 |
| Hex | 9E | 2D | 19 | 0 | 48 | 54 | 26 | 9 | 49 | 24 |
| Octal | 236 | 55 | 31 | 0 | 110 | 124 | 46 | 11 | 111 | 44 |
| Binary | 10011110 | 101101 | 11001 | 0 | 1001000 | 1010100 | 100110 | 1001 | 1001001 | 100100 |
Color Harmonies of #9E2D19
Complementary color
Monochromatic Colors of #9E2D19
Black with #9E2D19
Text Example
Text Example
White with #9E2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D19; }
p { color: rgb(158,45,25); }
H1.HeaderClassName
{
color: #9E2D19;
}
.AnyTagClassName
{
color: #9E2D19;
}
</style>
background-color css
<style>
a { background-color: #9E2D19; }
a { background-color: rgb(158,45,25); }
div.DivClassName
{
background-color: #9E2D19;
}
.BgClassName
{
background-color: #9E2D19;
}
</style>
border-color css
<style>
span { border-color: #9E2D19; }
span { border-color: rgb(158,45,25); }
td.TdClassName
{
border-color: #9E2D19;
}
.TagClassName
{
border-color: #9E2D19;
}
</style>