Shades of Sorrell Brown #947D62
Tints of Sorrell Brown #947D62
RGB
CMYK
RGB Variations
Color information
#947D62 (or 0x947D62) is known color: Sorrell Brown. HEX triplet: 94, 7D and 62. RGB value is (148,125,98). Sum of RGB (Red+Green+Blue) = 148+125+98=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #947D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D62 is #6B829D. Grayscale: #808080. Windows color (decimal): -7045790 or 6454676. OLE color: 6454676.
HSL color Cylindrical-coordinate representation of color #947D62: hue angle of 32.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947D62 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 98 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.42 |
| HSL | 32.4º | 0.2% | 0.48% | - |
| HSV(B) | 32.4º | 0.34% | 0.58% | - |
| XYZ | 21.75 | 21.84 | 14.63 | - |
| YUV | 128.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 98 | 0 | 0.16 | 0.34 | 0.42 | 32.4 | 0.2 | 0.48 |
| Hex | 94 | 7D | 62 | 0 | 10 | 22 | 2A | 20 | 14 | 30 |
| Octal | 224 | 175 | 142 | 0 | 20 | 42 | 52 | 40 | 24 | 60 |
| Binary | 10010100 | 1111101 | 1100010 | 0 | 10000 | 100010 | 101010 | 100000 | 10100 | 110000 |
Color Harmonies of #947D62
Complementary color
Monochromatic Colors of #947D62
Black with #947D62
Text Example
Text Example
White with #947D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D62; }
p { color: rgb(148,125,98); }
H1.HeaderClassName
{
color: #947D62;
}
.AnyTagClassName
{
color: #947D62;
}
</style>
background-color css
<style>
a { background-color: #947D62; }
a { background-color: rgb(148,125,98); }
div.DivClassName
{
background-color: #947D62;
}
.BgClassName
{
background-color: #947D62;
}
</style>
border-color css
<style>
span { border-color: #947D62; }
span { border-color: rgb(148,125,98); }
td.TdClassName
{
border-color: #947D62;
}
.TagClassName
{
border-color: #947D62;
}
</style>