Shades of Sorrell Brown #937D5C
Tints of Sorrell Brown #937D5C
RGB
CMYK
RGB Variations
Color information
#937D5C (or 0x937D5C) is known color: Sorrell Brown. HEX triplet: 93, 7D and 5C. RGB value is (147,125,92). Sum of RGB (Red+Green+Blue) = 147+125+92=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #937D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D5C is #6C82A3. Grayscale: #7F7F7F. Windows color (decimal): -7111332 or 6061459. OLE color: 6061459.
HSL color Cylindrical-coordinate representation of color #937D5C: hue angle of 36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #937D5C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 92 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.42 |
| HSL | 36º | 0.23% | 0.47% | - |
| HSV(B) | 36º | 0.37% | 0.58% | - |
| XYZ | 21.3 | 21.64 | 13.18 | - |
| YUV | 127.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 92 | 0 | 0.15 | 0.37 | 0.42 | 36 | 0.23 | 0.47 |
| Hex | 93 | 7D | 5C | 0 | F | 25 | 2A | 24 | 17 | 2F |
| Octal | 223 | 175 | 134 | 0 | 17 | 45 | 52 | 44 | 27 | 57 |
| Binary | 10010011 | 1111101 | 1011100 | 0 | 1111 | 100101 | 101010 | 100100 | 10111 | 101111 |
Color Harmonies of #937D5C
Complementary color
Monochromatic Colors of #937D5C
Black with #937D5C
Text Example
Text Example
White with #937D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D5C; }
p { color: rgb(147,125,92); }
H1.HeaderClassName
{
color: #937D5C;
}
.AnyTagClassName
{
color: #937D5C;
}
</style>
background-color css
<style>
a { background-color: #937D5C; }
a { background-color: rgb(147,125,92); }
div.DivClassName
{
background-color: #937D5C;
}
.BgClassName
{
background-color: #937D5C;
}
</style>
border-color css
<style>
span { border-color: #937D5C; }
span { border-color: rgb(147,125,92); }
td.TdClassName
{
border-color: #937D5C;
}
.TagClassName
{
border-color: #937D5C;
}
</style>