Shades of Sorrell Brown #927C5E
Tints of Sorrell Brown #927C5E
RGB
CMYK
RGB Variations
Color information
#927C5E (or 0x927C5E) is known color: Sorrell Brown. HEX triplet: 92, 7C and 5E. RGB value is (146,124,94). Sum of RGB (Red+Green+Blue) = 146+124+94=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #927C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C5E is #6D83A1. Grayscale: #7F7F7F. Windows color (decimal): -7177122 or 6192274. OLE color: 6192274.
HSL color Cylindrical-coordinate representation of color #927C5E: hue angle of 34.62º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #927C5E is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 94 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.43 |
| HSL | 34.62º | 0.22% | 0.47% | - |
| HSV(B) | 34.62º | 0.36% | 0.57% | - |
| XYZ | 21.08 | 21.33 | 13.6 | - |
| YUV | 127.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 94 | 0 | 0.15 | 0.36 | 0.43 | 34.62 | 0.22 | 0.47 |
| Hex | 92 | 7C | 5E | 0 | F | 24 | 2B | 23 | 16 | 2F |
| Octal | 222 | 174 | 136 | 0 | 17 | 44 | 53 | 43 | 26 | 57 |
| Binary | 10010010 | 1111100 | 1011110 | 0 | 1111 | 100100 | 101011 | 100011 | 10110 | 101111 |
Color Harmonies of #927C5E
Complementary color
Monochromatic Colors of #927C5E
Black with #927C5E
Text Example
Text Example
White with #927C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C5E; }
p { color: rgb(146,124,94); }
H1.HeaderClassName
{
color: #927C5E;
}
.AnyTagClassName
{
color: #927C5E;
}
</style>
background-color css
<style>
a { background-color: #927C5E; }
a { background-color: rgb(146,124,94); }
div.DivClassName
{
background-color: #927C5E;
}
.BgClassName
{
background-color: #927C5E;
}
</style>
border-color css
<style>
span { border-color: #927C5E; }
span { border-color: rgb(146,124,94); }
td.TdClassName
{
border-color: #927C5E;
}
.TagClassName
{
border-color: #927C5E;
}
</style>