Shades of Brown #9E3022
Tints of Brown #9E3022
RGB
CMYK
RGB Variations
Color information
#9E3022 (or 0x9E3022) is known color: Brown. HEX triplet: 9E, 30 and 22. RGB value is (158,48,34). Sum of RGB (Red+Green+Blue) = 158+48+34=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3022 is #61CFDD. Grayscale: #4F4F4F. Windows color (decimal): -6410206 or 2240670. OLE color: 2240670.
HSL color Cylindrical-coordinate representation of color #9E3022: hue angle of 6.77º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E3022 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 34 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.38 |
| HSL | 6.77º | 0.65% | 0.38% | - |
| HSV(B) | 6.77º | 0.78% | 0.62% | - |
| XYZ | 15.45 | 9.5 | 2.53 | - |
| YUV | 79.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 34 | 0 | 0.70 | 0.78 | 0.38 | 6.77 | 0.65 | 0.38 |
| Hex | 9E | 30 | 22 | 0 | 46 | 4E | 26 | 7 | 41 | 26 |
| Octal | 236 | 60 | 42 | 0 | 106 | 116 | 46 | 7 | 101 | 46 |
| Binary | 10011110 | 110000 | 100010 | 0 | 1000110 | 1001110 | 100110 | 111 | 1000001 | 100110 |
Color Harmonies of #9E3022
Complementary color
Monochromatic Colors of #9E3022
Black with #9E3022
Text Example
Text Example
White with #9E3022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3022; }
p { color: rgb(158,48,34); }
H1.HeaderClassName
{
color: #9E3022;
}
.AnyTagClassName
{
color: #9E3022;
}
</style>
background-color css
<style>
a { background-color: #9E3022; }
a { background-color: rgb(158,48,34); }
div.DivClassName
{
background-color: #9E3022;
}
.BgClassName
{
background-color: #9E3022;
}
</style>
border-color css
<style>
span { border-color: #9E3022; }
span { border-color: rgb(158,48,34); }
td.TdClassName
{
border-color: #9E3022;
}
.TagClassName
{
border-color: #9E3022;
}
</style>