Shades of Sorrell Brown #99825D
Tints of Sorrell Brown #99825D
RGB
CMYK
RGB Variations
Color information
#99825D (or 0x99825D) is known color: Sorrell Brown. HEX triplet: 99, 82 and 5D. RGB value is (153,130,93). Sum of RGB (Red+Green+Blue) = 153+130+93=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99825D is #667DA2. Grayscale: #848484. Windows color (decimal): -6716835 or 6128281. OLE color: 6128281.
HSL color Cylindrical-coordinate representation of color #99825D: hue angle of 37º 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 #99825D is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 93 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.4 |
| HSL | 37º | 0.24% | 0.48% | - |
| HSV(B) | 37º | 0.39% | 0.6% | - |
| XYZ | 23.1 | 23.53 | 13.68 | - |
| YUV | 132.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 93 | 0 | 0.15 | 0.39 | 0.4 | 37 | 0.24 | 0.48 |
| Hex | 99 | 82 | 5D | 0 | F | 27 | 28 | 25 | 18 | 30 |
| Octal | 231 | 202 | 135 | 0 | 17 | 47 | 50 | 45 | 30 | 60 |
| Binary | 10011001 | 10000010 | 1011101 | 0 | 1111 | 100111 | 101000 | 100101 | 11000 | 110000 |
Color Harmonies of #99825D
Complementary color
Monochromatic Colors of #99825D
Black with #99825D
Text Example
Text Example
White with #99825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99825D; }
p { color: rgb(153,130,93); }
H1.HeaderClassName
{
color: #99825D;
}
.AnyTagClassName
{
color: #99825D;
}
</style>
background-color css
<style>
a { background-color: #99825D; }
a { background-color: rgb(153,130,93); }
div.DivClassName
{
background-color: #99825D;
}
.BgClassName
{
background-color: #99825D;
}
</style>
border-color css
<style>
span { border-color: #99825D; }
span { border-color: rgb(153,130,93); }
td.TdClassName
{
border-color: #99825D;
}
.TagClassName
{
border-color: #99825D;
}
</style>