Shades of Sorrell Brown #937A5E
Tints of Sorrell Brown #937A5E
RGB
CMYK
RGB Variations
Color information
#937A5E (or 0x937A5E) is known color: Sorrell Brown. HEX triplet: 93, 7A and 5E. RGB value is (147,122,94). Sum of RGB (Red+Green+Blue) = 147+122+94=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #937A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A5E is #6C85A1. Grayscale: #7E7E7E. Windows color (decimal): -7112098 or 6191763. OLE color: 6191763.
HSL color Cylindrical-coordinate representation of color #937A5E: hue angle of 31.7º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #937A5E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 94 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.42 |
| HSL | 31.7º | 0.22% | 0.47% | - |
| HSV(B) | 31.7º | 0.36% | 0.58% | - |
| XYZ | 21.01 | 20.93 | 13.52 | - |
| YUV | 126.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 94 | 0 | 0.17 | 0.36 | 0.42 | 31.7 | 0.22 | 0.47 |
| Hex | 93 | 7A | 5E | 0 | 11 | 24 | 2A | 20 | 16 | 2F |
| Octal | 223 | 172 | 136 | 0 | 21 | 44 | 52 | 40 | 26 | 57 |
| Binary | 10010011 | 1111010 | 1011110 | 0 | 10001 | 100100 | 101010 | 100000 | 10110 | 101111 |
Color Harmonies of #937A5E
Complementary color
Monochromatic Colors of #937A5E
Black with #937A5E
Text Example
Text Example
White with #937A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A5E; }
p { color: rgb(147,122,94); }
H1.HeaderClassName
{
color: #937A5E;
}
.AnyTagClassName
{
color: #937A5E;
}
</style>
background-color css
<style>
a { background-color: #937A5E; }
a { background-color: rgb(147,122,94); }
div.DivClassName
{
background-color: #937A5E;
}
.BgClassName
{
background-color: #937A5E;
}
</style>
border-color css
<style>
span { border-color: #937A5E; }
span { border-color: rgb(147,122,94); }
td.TdClassName
{
border-color: #937A5E;
}
.TagClassName
{
border-color: #937A5E;
}
</style>