Shades of Sorrell Brown #957B5D
Tints of Sorrell Brown #957B5D
RGB
CMYK
RGB Variations
Color information
#957B5D (or 0x957B5D) is known color: Sorrell Brown. HEX triplet: 95, 7B and 5D. RGB value is (149,123,93). Sum of RGB (Red+Green+Blue) = 149+123+93=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B5D is #6A84A2. Grayscale: #7F7F7F. Windows color (decimal): -6980771 or 6126485. OLE color: 6126485.
HSL color Cylindrical-coordinate representation of color #957B5D: hue angle of 32.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #957B5D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 123 | 93 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.42 |
| HSL | 32.14º | 0.23% | 0.47% | - |
| HSV(B) | 32.14º | 0.38% | 0.58% | - |
| XYZ | 21.45 | 21.35 | 13.35 | - |
| YUV | 127.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 93 | 0 | 0.17 | 0.38 | 0.42 | 32.14 | 0.23 | 0.47 |
| Hex | 95 | 7B | 5D | 0 | 11 | 26 | 2A | 20 | 17 | 2F |
| Octal | 225 | 173 | 135 | 0 | 21 | 46 | 52 | 40 | 27 | 57 |
| Binary | 10010101 | 1111011 | 1011101 | 0 | 10001 | 100110 | 101010 | 100000 | 10111 | 101111 |
Color Harmonies of #957B5D
Complementary color
Monochromatic Colors of #957B5D
Black with #957B5D
Text Example
Text Example
White with #957B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957B5D; }
p { color: rgb(149,123,93); }
H1.HeaderClassName
{
color: #957B5D;
}
.AnyTagClassName
{
color: #957B5D;
}
</style>
background-color css
<style>
a { background-color: #957B5D; }
a { background-color: rgb(149,123,93); }
div.DivClassName
{
background-color: #957B5D;
}
.BgClassName
{
background-color: #957B5D;
}
</style>
border-color css
<style>
span { border-color: #957B5D; }
span { border-color: rgb(149,123,93); }
td.TdClassName
{
border-color: #957B5D;
}
.TagClassName
{
border-color: #957B5D;
}
</style>