Shades of Sorrell Brown #9C7D5C
Tints of Sorrell Brown #9C7D5C
RGB
CMYK
RGB Variations
Color information
#9C7D5C (or 0x9C7D5C) is known color: Sorrell Brown. HEX triplet: 9C, 7D and 5C. RGB value is (156,125,92). Sum of RGB (Red+Green+Blue) = 156+125+92=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D5C is #6382A3. Grayscale: #828282. Windows color (decimal): -6521508 or 6061468. OLE color: 6061468.
HSL color Cylindrical-coordinate representation of color #9C7D5C: hue angle of 30.94º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C7D5C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 92 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.39 |
| HSL | 30.94º | 0.26% | 0.49% | - |
| HSV(B) | 30.94º | 0.41% | 0.61% | - |
| XYZ | 22.98 | 22.51 | 13.26 | - |
| YUV | 130.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 92 | 0 | 0.20 | 0.41 | 0.39 | 30.94 | 0.26 | 0.49 |
| Hex | 9C | 7D | 5C | 0 | 14 | 29 | 27 | 1F | 1A | 31 |
| Octal | 234 | 175 | 134 | 0 | 24 | 51 | 47 | 37 | 32 | 61 |
| Binary | 10011100 | 1111101 | 1011100 | 0 | 10100 | 101001 | 100111 | 11111 | 11010 | 110001 |
Color Harmonies of #9C7D5C
Complementary color
Monochromatic Colors of #9C7D5C
Black with #9C7D5C
Text Example
Text Example
White with #9C7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D5C; }
p { color: rgb(156,125,92); }
H1.HeaderClassName
{
color: #9C7D5C;
}
.AnyTagClassName
{
color: #9C7D5C;
}
</style>
background-color css
<style>
a { background-color: #9C7D5C; }
a { background-color: rgb(156,125,92); }
div.DivClassName
{
background-color: #9C7D5C;
}
.BgClassName
{
background-color: #9C7D5C;
}
</style>
border-color css
<style>
span { border-color: #9C7D5C; }
span { border-color: rgb(156,125,92); }
td.TdClassName
{
border-color: #9C7D5C;
}
.TagClassName
{
border-color: #9C7D5C;
}
</style>