Shades of Pale Brown #957249
Tints of Pale Brown #957249
RGB
CMYK
RGB Variations
Color information
#957249 (or 0x957249) is known color: Pale Brown. HEX triplet: 95, 72 and 49. RGB value is (149,114,73). Sum of RGB (Red+Green+Blue) = 149+114+73=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #957249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957249 is #6A8DB6. Grayscale: #777777. Windows color (decimal): -6983095 or 4813461. OLE color: 4813461.
HSL color Cylindrical-coordinate representation of color #957249: hue angle of 32.37º 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 #957249 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 73 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.42 |
| HSL | 32.37º | 0.34% | 0.44% | - |
| HSV(B) | 32.37º | 0.51% | 0.58% | - |
| XYZ | 19.61 | 18.91 | 8.92 | - |
| YUV | 119.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 73 | 0 | 0.23 | 0.51 | 0.42 | 32.37 | 0.34 | 0.44 |
| Hex | 95 | 72 | 49 | 0 | 17 | 33 | 2A | 20 | 22 | 2C |
| Octal | 225 | 162 | 111 | 0 | 27 | 63 | 52 | 40 | 42 | 54 |
| Binary | 10010101 | 1110010 | 1001001 | 0 | 10111 | 110011 | 101010 | 100000 | 100010 | 101100 |
Color Harmonies of #957249
Complementary color
Monochromatic Colors of #957249
Black with #957249
Text Example
Text Example
White with #957249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957249; }
p { color: rgb(149,114,73); }
H1.HeaderClassName
{
color: #957249;
}
.AnyTagClassName
{
color: #957249;
}
</style>
background-color css
<style>
a { background-color: #957249; }
a { background-color: rgb(149,114,73); }
div.DivClassName
{
background-color: #957249;
}
.BgClassName
{
background-color: #957249;
}
</style>
border-color css
<style>
span { border-color: #957249; }
span { border-color: rgb(149,114,73); }
td.TdClassName
{
border-color: #957249;
}
.TagClassName
{
border-color: #957249;
}
</style>