Shades of Sorrell Brown #99825F
Tints of Sorrell Brown #99825F
RGB
CMYK
RGB Variations
Color information
#99825F (or 0x99825F) is known color: Sorrell Brown. HEX triplet: 99, 82 and 5F. RGB value is (153,130,95). Sum of RGB (Red+Green+Blue) = 153+130+95=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99825F is #667DA0. Grayscale: #858585. Windows color (decimal): -6716833 or 6259353. OLE color: 6259353.
HSL color Cylindrical-coordinate representation of color #99825F: hue angle of 36.21º 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 #99825F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 95 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.4 |
| HSL | 36.21º | 0.23% | 0.49% | - |
| HSV(B) | 36.21º | 0.38% | 0.6% | - |
| XYZ | 23.19 | 23.56 | 14.15 | - |
| YUV | 132.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 95 | 0 | 0.15 | 0.38 | 0.4 | 36.21 | 0.23 | 0.49 |
| Hex | 99 | 82 | 5F | 0 | F | 26 | 28 | 24 | 17 | 31 |
| Octal | 231 | 202 | 137 | 0 | 17 | 46 | 50 | 44 | 27 | 61 |
| Binary | 10011001 | 10000010 | 1011111 | 0 | 1111 | 100110 | 101000 | 100100 | 10111 | 110001 |
Color Harmonies of #99825F
Complementary color
Monochromatic Colors of #99825F
Black with #99825F
Text Example
Text Example
White with #99825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99825F; }
p { color: rgb(153,130,95); }
H1.HeaderClassName
{
color: #99825F;
}
.AnyTagClassName
{
color: #99825F;
}
</style>
background-color css
<style>
a { background-color: #99825F; }
a { background-color: rgb(153,130,95); }
div.DivClassName
{
background-color: #99825F;
}
.BgClassName
{
background-color: #99825F;
}
</style>
border-color css
<style>
span { border-color: #99825F; }
span { border-color: rgb(153,130,95); }
td.TdClassName
{
border-color: #99825F;
}
.TagClassName
{
border-color: #99825F;
}
</style>