Shades of Pale Brown #957551
Tints of Pale Brown #957551
RGB
CMYK
RGB Variations
Color information
#957551 (or 0x957551) is known color: Pale Brown. HEX triplet: 95, 75 and 51. RGB value is (149,117,81). Sum of RGB (Red+Green+Blue) = 149+117+81=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #957551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957551 is #6A8AAE. Grayscale: #7A7A7A. Windows color (decimal): -6982319 or 5338517. OLE color: 5338517.
HSL color Cylindrical-coordinate representation of color #957551: hue angle of 31.76º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #957551 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 81 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.42 |
| HSL | 31.76º | 0.3% | 0.45% | - |
| HSV(B) | 31.76º | 0.46% | 0.58% | - |
| XYZ | 20.24 | 19.71 | 10.52 | - |
| YUV | 122.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 81 | 0 | 0.21 | 0.46 | 0.42 | 31.76 | 0.3 | 0.45 |
| Hex | 95 | 75 | 51 | 0 | 15 | 2E | 2A | 20 | 1E | 2D |
| Octal | 225 | 165 | 121 | 0 | 25 | 56 | 52 | 40 | 36 | 55 |
| Binary | 10010101 | 1110101 | 1010001 | 0 | 10101 | 101110 | 101010 | 100000 | 11110 | 101101 |
Color Harmonies of #957551
Complementary color
Monochromatic Colors of #957551
Black with #957551
Text Example
Text Example
White with #957551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957551; }
p { color: rgb(149,117,81); }
H1.HeaderClassName
{
color: #957551;
}
.AnyTagClassName
{
color: #957551;
}
</style>
background-color css
<style>
a { background-color: #957551; }
a { background-color: rgb(149,117,81); }
div.DivClassName
{
background-color: #957551;
}
.BgClassName
{
background-color: #957551;
}
</style>
border-color css
<style>
span { border-color: #957551; }
span { border-color: rgb(149,117,81); }
td.TdClassName
{
border-color: #957551;
}
.TagClassName
{
border-color: #957551;
}
</style>