Shades of Pale Brown #957B5C
Tints of Pale Brown #957B5C
RGB
CMYK
RGB Variations
Color information
#957B5C (or 0x957B5C) is known color: Pale Brown. HEX triplet: 95, 7B and 5C. RGB value is (149,123,92). Sum of RGB (Red+Green+Blue) = 149+123+92=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #957B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B5C is #6A84A3. Grayscale: #7F7F7F. Windows color (decimal): -6980772 or 6060949. OLE color: 6060949.
HSL color Cylindrical-coordinate representation of color #957B5C: hue angle of 32.63º degrees, saturation: 0.24, 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 #957B5C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 123 | 92 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.42 |
| HSL | 32.63º | 0.24% | 0.47% | - |
| HSV(B) | 32.63º | 0.38% | 0.58% | - |
| XYZ | 21.41 | 21.33 | 13.11 | - |
| YUV | 127.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 92 | 0 | 0.17 | 0.38 | 0.42 | 32.63 | 0.24 | 0.47 |
| Hex | 95 | 7B | 5C | 0 | 11 | 26 | 2A | 21 | 18 | 2F |
| Octal | 225 | 173 | 134 | 0 | 21 | 46 | 52 | 41 | 30 | 57 |
| Binary | 10010101 | 1111011 | 1011100 | 0 | 10001 | 100110 | 101010 | 100001 | 11000 | 101111 |
Color Harmonies of #957B5C
Complementary color
Monochromatic Colors of #957B5C
Black with #957B5C
Text Example
Text Example
White with #957B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957B5C; }
p { color: rgb(149,123,92); }
H1.HeaderClassName
{
color: #957B5C;
}
.AnyTagClassName
{
color: #957B5C;
}
</style>
background-color css
<style>
a { background-color: #957B5C; }
a { background-color: rgb(149,123,92); }
div.DivClassName
{
background-color: #957B5C;
}
.BgClassName
{
background-color: #957B5C;
}
</style>
border-color css
<style>
span { border-color: #957B5C; }
span { border-color: rgb(149,123,92); }
td.TdClassName
{
border-color: #957B5C;
}
.TagClassName
{
border-color: #957B5C;
}
</style>