Shades of Sorrell Brown #957D62
Tints of Sorrell Brown #957D62
RGB
CMYK
RGB Variations
Color information
#957D62 (or 0x957D62) is known color: Sorrell Brown. HEX triplet: 95, 7D and 62. RGB value is (149,125,98). Sum of RGB (Red+Green+Blue) = 149+125+98=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #957D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D62 is #6A829D. Grayscale: #818181. Windows color (decimal): -6980254 or 6454677. OLE color: 6454677.
HSL color Cylindrical-coordinate representation of color #957D62: hue angle of 31.76º degrees, saturation: 0.21, 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 #957D62 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 98 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.42 |
| HSL | 31.76º | 0.21% | 0.48% | - |
| HSV(B) | 31.76º | 0.34% | 0.58% | - |
| XYZ | 21.93 | 21.94 | 14.63 | - |
| YUV | 129.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 98 | 0 | 0.16 | 0.34 | 0.42 | 31.76 | 0.21 | 0.48 |
| Hex | 95 | 7D | 62 | 0 | 10 | 22 | 2A | 20 | 15 | 30 |
| Octal | 225 | 175 | 142 | 0 | 20 | 42 | 52 | 40 | 25 | 60 |
| Binary | 10010101 | 1111101 | 1100010 | 0 | 10000 | 100010 | 101010 | 100000 | 10101 | 110000 |
Color Harmonies of #957D62
Complementary color
Monochromatic Colors of #957D62
Black with #957D62
Text Example
Text Example
White with #957D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D62; }
p { color: rgb(149,125,98); }
H1.HeaderClassName
{
color: #957D62;
}
.AnyTagClassName
{
color: #957D62;
}
</style>
background-color css
<style>
a { background-color: #957D62; }
a { background-color: rgb(149,125,98); }
div.DivClassName
{
background-color: #957D62;
}
.BgClassName
{
background-color: #957D62;
}
</style>
border-color css
<style>
span { border-color: #957D62; }
span { border-color: rgb(149,125,98); }
td.TdClassName
{
border-color: #957D62;
}
.TagClassName
{
border-color: #957D62;
}
</style>