Shades of Sorrell Brown #9D805C
Tints of Sorrell Brown #9D805C
RGB
CMYK
RGB Variations
Color information
#9D805C (or 0x9D805C) is known color: Sorrell Brown. HEX triplet: 9D, 80 and 5C. RGB value is (157,128,92). Sum of RGB (Red+Green+Blue) = 157+128+92=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D805C is #627FA3. Grayscale: #848484. Windows color (decimal): -6455204 or 6062237. OLE color: 6062237.
HSL color Cylindrical-coordinate representation of color #9D805C: hue angle of 33.23º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D805C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 92 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.38 |
| HSL | 33.23º | 0.26% | 0.49% | - |
| HSV(B) | 33.23º | 0.41% | 0.62% | - |
| XYZ | 23.56 | 23.38 | 13.4 | - |
| YUV | 132.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 92 | 0 | 0.18 | 0.41 | 0.38 | 33.23 | 0.26 | 0.49 |
| Hex | 9D | 80 | 5C | 0 | 12 | 29 | 26 | 21 | 1A | 31 |
| Octal | 235 | 200 | 134 | 0 | 22 | 51 | 46 | 41 | 32 | 61 |
| Binary | 10011101 | 10000000 | 1011100 | 0 | 10010 | 101001 | 100110 | 100001 | 11010 | 110001 |
Color Harmonies of #9D805C
Complementary color
Monochromatic Colors of #9D805C
Black with #9D805C
Text Example
Text Example
White with #9D805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D805C; }
p { color: rgb(157,128,92); }
H1.HeaderClassName
{
color: #9D805C;
}
.AnyTagClassName
{
color: #9D805C;
}
</style>
background-color css
<style>
a { background-color: #9D805C; }
a { background-color: rgb(157,128,92); }
div.DivClassName
{
background-color: #9D805C;
}
.BgClassName
{
background-color: #9D805C;
}
</style>
border-color css
<style>
span { border-color: #9D805C; }
span { border-color: rgb(157,128,92); }
td.TdClassName
{
border-color: #9D805C;
}
.TagClassName
{
border-color: #9D805C;
}
</style>