Shades of Pale Brown #957B5B
Tints of Pale Brown #957B5B
RGB
CMYK
RGB Variations
Color information
#957B5B (or 0x957B5B) is known color: Pale Brown. HEX triplet: 95, 7B and 5B. RGB value is (149,123,91). Sum of RGB (Red+Green+Blue) = 149+123+91=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B5B is #6A84A4. Grayscale: #7F7F7F. Windows color (decimal): -6980773 or 5995413. OLE color: 5995413.
HSL color Cylindrical-coordinate representation of color #957B5B: hue angle of 33.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957B5B is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 123 | 91 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.42 |
| HSL | 33.1º | 0.24% | 0.47% | - |
| HSV(B) | 33.1º | 0.39% | 0.58% | - |
| XYZ | 21.37 | 21.31 | 12.88 | - |
| YUV | 127.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 91 | 0 | 0.17 | 0.39 | 0.42 | 33.1 | 0.24 | 0.47 |
| Hex | 95 | 7B | 5B | 0 | 11 | 27 | 2A | 21 | 18 | 2F |
| Octal | 225 | 173 | 133 | 0 | 21 | 47 | 52 | 41 | 30 | 57 |
| Binary | 10010101 | 1111011 | 1011011 | 0 | 10001 | 100111 | 101010 | 100001 | 11000 | 101111 |
Color Harmonies of #957B5B
Complementary color
Monochromatic Colors of #957B5B
Black with #957B5B
Text Example
Text Example
White with #957B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957B5B; }
p { color: rgb(149,123,91); }
H1.HeaderClassName
{
color: #957B5B;
}
.AnyTagClassName
{
color: #957B5B;
}
</style>
background-color css
<style>
a { background-color: #957B5B; }
a { background-color: rgb(149,123,91); }
div.DivClassName
{
background-color: #957B5B;
}
.BgClassName
{
background-color: #957B5B;
}
</style>
border-color css
<style>
span { border-color: #957B5B; }
span { border-color: rgb(149,123,91); }
td.TdClassName
{
border-color: #957B5B;
}
.TagClassName
{
border-color: #957B5B;
}
</style>