Shades of Sorrell Brown #937C5F
Tints of Sorrell Brown #937C5F
RGB
CMYK
RGB Variations
Color information
#937C5F (or 0x937C5F) is known color: Sorrell Brown. HEX triplet: 93, 7C and 5F. RGB value is (147,124,95). Sum of RGB (Red+Green+Blue) = 147+124+95=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #937C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C5F is #6C83A0. Grayscale: #7F7F7F. Windows color (decimal): -7111585 or 6257811. OLE color: 6257811.
HSL color Cylindrical-coordinate representation of color #937C5F: hue angle of 33.46º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #937C5F is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 95 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.42 |
| HSL | 33.46º | 0.21% | 0.47% | - |
| HSV(B) | 33.46º | 0.35% | 0.58% | - |
| XYZ | 21.31 | 21.44 | 13.84 | - |
| YUV | 127.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 95 | 0 | 0.16 | 0.35 | 0.42 | 33.46 | 0.21 | 0.47 |
| Hex | 93 | 7C | 5F | 0 | 10 | 23 | 2A | 21 | 15 | 2F |
| Octal | 223 | 174 | 137 | 0 | 20 | 43 | 52 | 41 | 25 | 57 |
| Binary | 10010011 | 1111100 | 1011111 | 0 | 10000 | 100011 | 101010 | 100001 | 10101 | 101111 |
Color Harmonies of #937C5F
Complementary color
Monochromatic Colors of #937C5F
Black with #937C5F
Text Example
Text Example
White with #937C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C5F; }
p { color: rgb(147,124,95); }
H1.HeaderClassName
{
color: #937C5F;
}
.AnyTagClassName
{
color: #937C5F;
}
</style>
background-color css
<style>
a { background-color: #937C5F; }
a { background-color: rgb(147,124,95); }
div.DivClassName
{
background-color: #937C5F;
}
.BgClassName
{
background-color: #937C5F;
}
</style>
border-color css
<style>
span { border-color: #937C5F; }
span { border-color: rgb(147,124,95); }
td.TdClassName
{
border-color: #937C5F;
}
.TagClassName
{
border-color: #937C5F;
}
</style>