Shades of Brown #9E221D
Tints of Brown #9E221D
RGB
CMYK
RGB Variations
Color information
#9E221D (or 0x9E221D) is known color: Brown. HEX triplet: 9E, 22 and 1D. RGB value is (158,34,29). Sum of RGB (Red+Green+Blue) = 158+34+29=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E221D is #61DDE2. Grayscale: #464646. Windows color (decimal): -6413795 or 1909406. OLE color: 1909406.
HSL color Cylindrical-coordinate representation of color #9E221D: hue angle of 2.33º 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 #9E221D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 29 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.38 |
| HSL | 2.33º | 0.69% | 0.37% | - |
| HSV(B) | 2.33º | 0.82% | 0.62% | - |
| XYZ | 14.89 | 8.5 | 2.02 | - |
| YUV | 70.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 29 | 0 | 0.78 | 0.82 | 0.38 | 2.33 | 0.69 | 0.37 |
| Hex | 9E | 22 | 1D | 0 | 4E | 52 | 26 | 2 | 45 | 25 |
| Octal | 236 | 42 | 35 | 0 | 116 | 122 | 46 | 2 | 105 | 45 |
| Binary | 10011110 | 100010 | 11101 | 0 | 1001110 | 1010010 | 100110 | 10 | 1000101 | 100101 |
Color Harmonies of #9E221D
Complementary color
Monochromatic Colors of #9E221D
Black with #9E221D
Text Example
Text Example
White with #9E221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E221D; }
p { color: rgb(158,34,29); }
H1.HeaderClassName
{
color: #9E221D;
}
.AnyTagClassName
{
color: #9E221D;
}
</style>
background-color css
<style>
a { background-color: #9E221D; }
a { background-color: rgb(158,34,29); }
div.DivClassName
{
background-color: #9E221D;
}
.BgClassName
{
background-color: #9E221D;
}
</style>
border-color css
<style>
span { border-color: #9E221D; }
span { border-color: rgb(158,34,29); }
td.TdClassName
{
border-color: #9E221D;
}
.TagClassName
{
border-color: #9E221D;
}
</style>