Shades of Sorrell Brown #99805C
Tints of Sorrell Brown #99805C
RGB
CMYK
RGB Variations
Color information
#99805C (or 0x99805C) is known color: Sorrell Brown. HEX triplet: 99, 80 and 5C. RGB value is (153,128,92). Sum of RGB (Red+Green+Blue) = 153+128+92=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #99805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99805C is #667FA3. Grayscale: #838383. Windows color (decimal): -6717348 or 6062233. OLE color: 6062233.
HSL color Cylindrical-coordinate representation of color #99805C: hue angle of 35.41º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99805C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 92 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.4 |
| HSL | 35.41º | 0.25% | 0.48% | - |
| HSV(B) | 35.41º | 0.4% | 0.6% | - |
| XYZ | 22.79 | 22.98 | 13.36 | - |
| YUV | 131.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 92 | 0 | 0.16 | 0.40 | 0.4 | 35.41 | 0.25 | 0.48 |
| Hex | 99 | 80 | 5C | 0 | 10 | 28 | 28 | 23 | 19 | 30 |
| Octal | 231 | 200 | 134 | 0 | 20 | 50 | 50 | 43 | 31 | 60 |
| Binary | 10011001 | 10000000 | 1011100 | 0 | 10000 | 101000 | 101000 | 100011 | 11001 | 110000 |
Color Harmonies of #99805C
Complementary color
Monochromatic Colors of #99805C
Black with #99805C
Text Example
Text Example
White with #99805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99805C; }
p { color: rgb(153,128,92); }
H1.HeaderClassName
{
color: #99805C;
}
.AnyTagClassName
{
color: #99805C;
}
</style>
background-color css
<style>
a { background-color: #99805C; }
a { background-color: rgb(153,128,92); }
div.DivClassName
{
background-color: #99805C;
}
.BgClassName
{
background-color: #99805C;
}
</style>
border-color css
<style>
span { border-color: #99805C; }
span { border-color: rgb(153,128,92); }
td.TdClassName
{
border-color: #99805C;
}
.TagClassName
{
border-color: #99805C;
}
</style>