Shades of Sorrell Brown #99785D
Tints of Sorrell Brown #99785D
RGB
CMYK
RGB Variations
Color information
#99785D (or 0x99785D) is known color: Sorrell Brown. HEX triplet: 99, 78 and 5D. RGB value is (153,120,93). Sum of RGB (Red+Green+Blue) = 153+120+93=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99785D is #6687A2. Grayscale: #7E7E7E. Windows color (decimal): -6719395 or 6125721. OLE color: 6125721.
HSL color Cylindrical-coordinate representation of color #99785D: hue angle of 27º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99785D is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 93 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.4 |
| HSL | 27º | 0.24% | 0.48% | - |
| HSV(B) | 27º | 0.39% | 0.6% | - |
| XYZ | 21.83 | 21 | 13.26 | - |
| YUV | 126.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 93 | 0 | 0.22 | 0.39 | 0.4 | 27 | 0.24 | 0.48 |
| Hex | 99 | 78 | 5D | 0 | 16 | 27 | 28 | 1B | 18 | 30 |
| Octal | 231 | 170 | 135 | 0 | 26 | 47 | 50 | 33 | 30 | 60 |
| Binary | 10011001 | 1111000 | 1011101 | 0 | 10110 | 100111 | 101000 | 11011 | 11000 | 110000 |
Color Harmonies of #99785D
Complementary color
Monochromatic Colors of #99785D
Black with #99785D
Text Example
Text Example
White with #99785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99785D; }
p { color: rgb(153,120,93); }
H1.HeaderClassName
{
color: #99785D;
}
.AnyTagClassName
{
color: #99785D;
}
</style>
background-color css
<style>
a { background-color: #99785D; }
a { background-color: rgb(153,120,93); }
div.DivClassName
{
background-color: #99785D;
}
.BgClassName
{
background-color: #99785D;
}
</style>
border-color css
<style>
span { border-color: #99785D; }
span { border-color: rgb(153,120,93); }
td.TdClassName
{
border-color: #99785D;
}
.TagClassName
{
border-color: #99785D;
}
</style>