Shades of Pale Brown #957351
Tints of Pale Brown #957351
RGB
CMYK
RGB Variations
Color information
#957351 (or 0x957351) is known color: Pale Brown. HEX triplet: 95, 73 and 51. RGB value is (149,115,81). Sum of RGB (Red+Green+Blue) = 149+115+81=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #957351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957351 is #6A8CAE. Grayscale: #797979. Windows color (decimal): -6982831 or 5338005. OLE color: 5338005.
HSL color Cylindrical-coordinate representation of color #957351: hue angle of 30º 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 #957351 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 81 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.42 |
| HSL | 30º | 0.3% | 0.45% | - |
| HSV(B) | 30º | 0.46% | 0.58% | - |
| XYZ | 20.01 | 19.25 | 10.44 | - |
| YUV | 121.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 81 | 0 | 0.23 | 0.46 | 0.42 | 30 | 0.3 | 0.45 |
| Hex | 95 | 73 | 51 | 0 | 17 | 2E | 2A | 1E | 1E | 2D |
| Octal | 225 | 163 | 121 | 0 | 27 | 56 | 52 | 36 | 36 | 55 |
| Binary | 10010101 | 1110011 | 1010001 | 0 | 10111 | 101110 | 101010 | 11110 | 11110 | 101101 |
Color Harmonies of #957351
Complementary color
Monochromatic Colors of #957351
Black with #957351
Text Example
Text Example
White with #957351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957351; }
p { color: rgb(149,115,81); }
H1.HeaderClassName
{
color: #957351;
}
.AnyTagClassName
{
color: #957351;
}
</style>
background-color css
<style>
a { background-color: #957351; }
a { background-color: rgb(149,115,81); }
div.DivClassName
{
background-color: #957351;
}
.BgClassName
{
background-color: #957351;
}
</style>
border-color css
<style>
span { border-color: #957351; }
span { border-color: rgb(149,115,81); }
td.TdClassName
{
border-color: #957351;
}
.TagClassName
{
border-color: #957351;
}
</style>