Shades of Sorrell Brown #99855F
Tints of Sorrell Brown #99855F
RGB
CMYK
RGB Variations
Color information
#99855F (or 0x99855F) is known color: Sorrell Brown. HEX triplet: 99, 85 and 5F. RGB value is (153,133,95). Sum of RGB (Red+Green+Blue) = 153+133+95=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99855F is #667AA0. Grayscale: #868686. Windows color (decimal): -6716065 or 6260121. OLE color: 6260121.
HSL color Cylindrical-coordinate representation of color #99855F: hue angle of 39.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99855F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 95 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.4 |
| HSL | 39.31º | 0.23% | 0.49% | - |
| HSV(B) | 39.31º | 0.38% | 0.6% | - |
| XYZ | 23.59 | 24.37 | 14.29 | - |
| YUV | 134.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 95 | 0 | 0.13 | 0.38 | 0.4 | 39.31 | 0.23 | 0.49 |
| Hex | 99 | 85 | 5F | 0 | D | 26 | 28 | 27 | 17 | 31 |
| Octal | 231 | 205 | 137 | 0 | 15 | 46 | 50 | 47 | 27 | 61 |
| Binary | 10011001 | 10000101 | 1011111 | 0 | 1101 | 100110 | 101000 | 100111 | 10111 | 110001 |
Color Harmonies of #99855F
Complementary color
Monochromatic Colors of #99855F
Black with #99855F
Text Example
Text Example
White with #99855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99855F; }
p { color: rgb(153,133,95); }
H1.HeaderClassName
{
color: #99855F;
}
.AnyTagClassName
{
color: #99855F;
}
</style>
background-color css
<style>
a { background-color: #99855F; }
a { background-color: rgb(153,133,95); }
div.DivClassName
{
background-color: #99855F;
}
.BgClassName
{
background-color: #99855F;
}
</style>
border-color css
<style>
span { border-color: #99855F; }
span { border-color: rgb(153,133,95); }
td.TdClassName
{
border-color: #99855F;
}
.TagClassName
{
border-color: #99855F;
}
</style>