Shades of Sorrell Brown #98805C
Tints of Sorrell Brown #98805C
RGB
CMYK
RGB Variations
Color information
#98805C (or 0x98805C) is known color: Sorrell Brown. HEX triplet: 98, 80 and 5C. RGB value is (152,128,92). Sum of RGB (Red+Green+Blue) = 152+128+92=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #98805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98805C is #677FA3. Grayscale: #838383. Windows color (decimal): -6782884 or 6062232. OLE color: 6062232.
HSL color Cylindrical-coordinate representation of color #98805C: hue angle of 36º degrees, saturation: 0.25, 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 #98805C is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 92 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.40 |
| HSL | 36º | 0.25% | 0.48% | - |
| HSV(B) | 36º | 0.39% | 0.6% | - |
| XYZ | 22.6 | 22.89 | 13.35 | - |
| YUV | 131.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 92 | 0 | 0.16 | 0.39 | 0.40 | 36 | 0.25 | 0.48 |
| Hex | 98 | 80 | 5C | 0 | 10 | 27 | 28 | 24 | 19 | 30 |
| Octal | 230 | 200 | 134 | 0 | 20 | 47 | 50 | 44 | 31 | 60 |
| Binary | 10011000 | 10000000 | 1011100 | 0 | 10000 | 100111 | 101000 | 100100 | 11001 | 110000 |
Color Harmonies of #98805C
Complementary color
Monochromatic Colors of #98805C
Black with #98805C
Text Example
Text Example
White with #98805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98805C; }
p { color: rgb(152,128,92); }
H1.HeaderClassName
{
color: #98805C;
}
.AnyTagClassName
{
color: #98805C;
}
</style>
background-color css
<style>
a { background-color: #98805C; }
a { background-color: rgb(152,128,92); }
div.DivClassName
{
background-color: #98805C;
}
.BgClassName
{
background-color: #98805C;
}
</style>
border-color css
<style>
span { border-color: #98805C; }
span { border-color: rgb(152,128,92); }
td.TdClassName
{
border-color: #98805C;
}
.TagClassName
{
border-color: #98805C;
}
</style>