Shades of Sorrell Brown #997D5D
Tints of Sorrell Brown #997D5D
RGB
CMYK
RGB Variations
Color information
#997D5D (or 0x997D5D) is known color: Sorrell Brown. HEX triplet: 99, 7D and 5D. RGB value is (153,125,93). Sum of RGB (Red+Green+Blue) = 153+125+93=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #997D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D5D is #6682A2. Grayscale: #818181. Windows color (decimal): -6718115 or 6127001. OLE color: 6127001.
HSL color Cylindrical-coordinate representation of color #997D5D: hue angle of 32º 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 #997D5D is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 93 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.4 |
| HSL | 32º | 0.24% | 0.48% | - |
| HSV(B) | 32º | 0.39% | 0.6% | - |
| XYZ | 22.45 | 22.23 | 13.46 | - |
| YUV | 129.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 93 | 0 | 0.18 | 0.39 | 0.4 | 32 | 0.24 | 0.48 |
| Hex | 99 | 7D | 5D | 0 | 12 | 27 | 28 | 20 | 18 | 30 |
| Octal | 231 | 175 | 135 | 0 | 22 | 47 | 50 | 40 | 30 | 60 |
| Binary | 10011001 | 1111101 | 1011101 | 0 | 10010 | 100111 | 101000 | 100000 | 11000 | 110000 |
Color Harmonies of #997D5D
Complementary color
Monochromatic Colors of #997D5D
Black with #997D5D
Text Example
Text Example
White with #997D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D5D; }
p { color: rgb(153,125,93); }
H1.HeaderClassName
{
color: #997D5D;
}
.AnyTagClassName
{
color: #997D5D;
}
</style>
background-color css
<style>
a { background-color: #997D5D; }
a { background-color: rgb(153,125,93); }
div.DivClassName
{
background-color: #997D5D;
}
.BgClassName
{
background-color: #997D5D;
}
</style>
border-color css
<style>
span { border-color: #997D5D; }
span { border-color: rgb(153,125,93); }
td.TdClassName
{
border-color: #997D5D;
}
.TagClassName
{
border-color: #997D5D;
}
</style>