Shades of Pale Brown #957549
Tints of Pale Brown #957549
RGB
CMYK
RGB Variations
Color information
#957549 (or 0x957549) is known color: Pale Brown. HEX triplet: 95, 75 and 49. RGB value is (149,117,73). Sum of RGB (Red+Green+Blue) = 149+117+73=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #957549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957549 is #6A8AB6. Grayscale: #797979. Windows color (decimal): -6982327 or 4814229. OLE color: 4814229.
HSL color Cylindrical-coordinate representation of color #957549: hue angle of 34.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957549 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 73 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.42 |
| HSL | 34.74º | 0.34% | 0.44% | - |
| HSV(B) | 34.74º | 0.51% | 0.58% | - |
| XYZ | 19.96 | 19.59 | 9.03 | - |
| YUV | 121.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 73 | 0 | 0.21 | 0.51 | 0.42 | 34.74 | 0.34 | 0.44 |
| Hex | 95 | 75 | 49 | 0 | 15 | 33 | 2A | 23 | 22 | 2C |
| Octal | 225 | 165 | 111 | 0 | 25 | 63 | 52 | 43 | 42 | 54 |
| Binary | 10010101 | 1110101 | 1001001 | 0 | 10101 | 110011 | 101010 | 100011 | 100010 | 101100 |
Color Harmonies of #957549
Complementary color
Monochromatic Colors of #957549
Black with #957549
Text Example
Text Example
White with #957549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957549; }
p { color: rgb(149,117,73); }
H1.HeaderClassName
{
color: #957549;
}
.AnyTagClassName
{
color: #957549;
}
</style>
background-color css
<style>
a { background-color: #957549; }
a { background-color: rgb(149,117,73); }
div.DivClassName
{
background-color: #957549;
}
.BgClassName
{
background-color: #957549;
}
</style>
border-color css
<style>
span { border-color: #957549; }
span { border-color: rgb(149,117,73); }
td.TdClassName
{
border-color: #957549;
}
.TagClassName
{
border-color: #957549;
}
</style>