Shades of Sorrell Brown #9E7A5D
Tints of Sorrell Brown #9E7A5D
RGB
CMYK
RGB Variations
Color information
#9E7A5D (or 0x9E7A5D) is known color: Sorrell Brown. HEX triplet: 9E, 7A and 5D. RGB value is (158,122,93). Sum of RGB (Red+Green+Blue) = 158+122+93=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7A5D is #6185A2. Grayscale: #818181. Windows color (decimal): -6391203 or 6126238. OLE color: 6126238.
HSL color Cylindrical-coordinate representation of color #9E7A5D: hue angle of 26.77º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E7A5D is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 93 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.38 |
| HSL | 26.77º | 0.26% | 0.49% | - |
| HSV(B) | 26.77º | 0.41% | 0.62% | - |
| XYZ | 23.04 | 21.98 | 13.38 | - |
| YUV | 129.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 93 | 0 | 0.23 | 0.41 | 0.38 | 26.77 | 0.26 | 0.49 |
| Hex | 9E | 7A | 5D | 0 | 17 | 29 | 26 | 1B | 1A | 31 |
| Octal | 236 | 172 | 135 | 0 | 27 | 51 | 46 | 33 | 32 | 61 |
| Binary | 10011110 | 1111010 | 1011101 | 0 | 10111 | 101001 | 100110 | 11011 | 11010 | 110001 |
Color Harmonies of #9E7A5D
Complementary color
Monochromatic Colors of #9E7A5D
Black with #9E7A5D
Text Example
Text Example
White with #9E7A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A5D; }
p { color: rgb(158,122,93); }
H1.HeaderClassName
{
color: #9E7A5D;
}
.AnyTagClassName
{
color: #9E7A5D;
}
</style>
background-color css
<style>
a { background-color: #9E7A5D; }
a { background-color: rgb(158,122,93); }
div.DivClassName
{
background-color: #9E7A5D;
}
.BgClassName
{
background-color: #9E7A5D;
}
</style>
border-color css
<style>
span { border-color: #9E7A5D; }
span { border-color: rgb(158,122,93); }
td.TdClassName
{
border-color: #9E7A5D;
}
.TagClassName
{
border-color: #9E7A5D;
}
</style>