Shades of Sorrell Brown #9D7B5A
Tints of Sorrell Brown #9D7B5A
RGB
CMYK
RGB Variations
Color information
#9D7B5A (or 0x9D7B5A) is known color: Sorrell Brown. HEX triplet: 9D, 7B and 5A. RGB value is (157,123,90). Sum of RGB (Red+Green+Blue) = 157+123+90=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B5A is #6284A5. Grayscale: #818181. Windows color (decimal): -6456486 or 5929885. OLE color: 5929885.
HSL color Cylindrical-coordinate representation of color #9D7B5A: hue angle of 29.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D7B5A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 90 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.38 |
| HSL | 29.55º | 0.27% | 0.48% | - |
| HSV(B) | 29.55º | 0.43% | 0.62% | - |
| XYZ | 22.83 | 22.07 | 12.73 | - |
| YUV | 129.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 90 | 0 | 0.22 | 0.43 | 0.38 | 29.55 | 0.27 | 0.48 |
| Hex | 9D | 7B | 5A | 0 | 16 | 2B | 26 | 1E | 1B | 30 |
| Octal | 235 | 173 | 132 | 0 | 26 | 53 | 46 | 36 | 33 | 60 |
| Binary | 10011101 | 1111011 | 1011010 | 0 | 10110 | 101011 | 100110 | 11110 | 11011 | 110000 |
Color Harmonies of #9D7B5A
Complementary color
Monochromatic Colors of #9D7B5A
Black with #9D7B5A
Text Example
Text Example
White with #9D7B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B5A; }
p { color: rgb(157,123,90); }
H1.HeaderClassName
{
color: #9D7B5A;
}
.AnyTagClassName
{
color: #9D7B5A;
}
</style>
background-color css
<style>
a { background-color: #9D7B5A; }
a { background-color: rgb(157,123,90); }
div.DivClassName
{
background-color: #9D7B5A;
}
.BgClassName
{
background-color: #9D7B5A;
}
</style>
border-color css
<style>
span { border-color: #9D7B5A; }
span { border-color: rgb(157,123,90); }
td.TdClassName
{
border-color: #9D7B5A;
}
.TagClassName
{
border-color: #9D7B5A;
}
</style>