Shades of Brown #9E2E27
Tints of Brown #9E2E27
RGB
CMYK
RGB Variations
Color information
#9E2E27 (or 0x9E2E27) is known color: Brown. HEX triplet: 9E, 2E and 27. RGB value is (158,46,39). Sum of RGB (Red+Green+Blue) = 158+46+39=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2E27 is #61D1D8. Grayscale: #4E4E4E. Windows color (decimal): -6410713 or 2567838. OLE color: 2567838.
HSL color Cylindrical-coordinate representation of color #9E2E27: hue angle of 3.53º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2E27 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 46 | 39 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.38 |
| HSL | 3.53º | 0.6% | 0.39% | - |
| HSV(B) | 3.53º | 0.75% | 0.62% | - |
| XYZ | 15.44 | 9.37 | 2.91 | - |
| YUV | 78.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 39 | 0 | 0.71 | 0.75 | 0.38 | 3.53 | 0.6 | 0.39 |
| Hex | 9E | 2E | 27 | 0 | 47 | 4B | 26 | 4 | 3C | 27 |
| Octal | 236 | 56 | 47 | 0 | 107 | 113 | 46 | 4 | 74 | 47 |
| Binary | 10011110 | 101110 | 100111 | 0 | 1000111 | 1001011 | 100110 | 100 | 111100 | 100111 |
Color Harmonies of #9E2E27
Complementary color
Monochromatic Colors of #9E2E27
Black with #9E2E27
Text Example
Text Example
White with #9E2E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2E27; }
p { color: rgb(158,46,39); }
H1.HeaderClassName
{
color: #9E2E27;
}
.AnyTagClassName
{
color: #9E2E27;
}
</style>
background-color css
<style>
a { background-color: #9E2E27; }
a { background-color: rgb(158,46,39); }
div.DivClassName
{
background-color: #9E2E27;
}
.BgClassName
{
background-color: #9E2E27;
}
</style>
border-color css
<style>
span { border-color: #9E2E27; }
span { border-color: rgb(158,46,39); }
td.TdClassName
{
border-color: #9E2E27;
}
.TagClassName
{
border-color: #9E2E27;
}
</style>