Shades of Pale Brown #957251
Tints of Pale Brown #957251
RGB
CMYK
RGB Variations
Color information
#957251 (or 0x957251) is known color: Pale Brown. HEX triplet: 95, 72 and 51. RGB value is (149,114,81). Sum of RGB (Red+Green+Blue) = 149+114+81=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #957251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957251 is #6A8DAE. Grayscale: #787878. Windows color (decimal): -6983087 or 5337749. OLE color: 5337749.
HSL color Cylindrical-coordinate representation of color #957251: hue angle of 29.12º 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 #957251 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 81 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.42 |
| HSL | 29.12º | 0.3% | 0.45% | - |
| HSV(B) | 29.12º | 0.46% | 0.58% | - |
| XYZ | 19.9 | 19.02 | 10.41 | - |
| YUV | 120.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 81 | 0 | 0.23 | 0.46 | 0.42 | 29.12 | 0.3 | 0.45 |
| Hex | 95 | 72 | 51 | 0 | 17 | 2E | 2A | 1D | 1E | 2D |
| Octal | 225 | 162 | 121 | 0 | 27 | 56 | 52 | 35 | 36 | 55 |
| Binary | 10010101 | 1110010 | 1010001 | 0 | 10111 | 101110 | 101010 | 11101 | 11110 | 101101 |
Color Harmonies of #957251
Complementary color
Monochromatic Colors of #957251
Black with #957251
Text Example
Text Example
White with #957251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957251; }
p { color: rgb(149,114,81); }
H1.HeaderClassName
{
color: #957251;
}
.AnyTagClassName
{
color: #957251;
}
</style>
background-color css
<style>
a { background-color: #957251; }
a { background-color: rgb(149,114,81); }
div.DivClassName
{
background-color: #957251;
}
.BgClassName
{
background-color: #957251;
}
</style>
border-color css
<style>
span { border-color: #957251; }
span { border-color: rgb(149,114,81); }
td.TdClassName
{
border-color: #957251;
}
.TagClassName
{
border-color: #957251;
}
</style>