Shades of Brown #9E271D
Tints of Brown #9E271D
RGB
CMYK
RGB Variations
Color information
#9E271D (or 0x9E271D) is known color: Brown. HEX triplet: 9E, 27 and 1D. RGB value is (158,39,29). Sum of RGB (Red+Green+Blue) = 158+39+29=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E271D is #61D8E2. Grayscale: #494949. Windows color (decimal): -6412515 or 1910686. OLE color: 1910686.
HSL color Cylindrical-coordinate representation of color #9E271D: hue angle of 4.65º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E271D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 29 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.38 |
| HSL | 4.65º | 0.69% | 0.37% | - |
| HSV(B) | 4.65º | 0.82% | 0.62% | - |
| XYZ | 15.05 | 8.81 | 2.07 | - |
| YUV | 73.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 29 | 0 | 0.75 | 0.82 | 0.38 | 4.65 | 0.69 | 0.37 |
| Hex | 9E | 27 | 1D | 0 | 4B | 52 | 26 | 5 | 45 | 25 |
| Octal | 236 | 47 | 35 | 0 | 113 | 122 | 46 | 5 | 105 | 45 |
| Binary | 10011110 | 100111 | 11101 | 0 | 1001011 | 1010010 | 100110 | 101 | 1000101 | 100101 |
Color Harmonies of #9E271D
Complementary color
Monochromatic Colors of #9E271D
Black with #9E271D
Text Example
Text Example
White with #9E271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E271D; }
p { color: rgb(158,39,29); }
H1.HeaderClassName
{
color: #9E271D;
}
.AnyTagClassName
{
color: #9E271D;
}
</style>
background-color css
<style>
a { background-color: #9E271D; }
a { background-color: rgb(158,39,29); }
div.DivClassName
{
background-color: #9E271D;
}
.BgClassName
{
background-color: #9E271D;
}
</style>
border-color css
<style>
span { border-color: #9E271D; }
span { border-color: rgb(158,39,29); }
td.TdClassName
{
border-color: #9E271D;
}
.TagClassName
{
border-color: #9E271D;
}
</style>