Shades of Pale Brown #957151
Tints of Pale Brown #957151
RGB
CMYK
RGB Variations
Color information
#957151 (or 0x957151) is known color: Pale Brown. HEX triplet: 95, 71 and 51. RGB value is (149,113,81). Sum of RGB (Red+Green+Blue) = 149+113+81=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #957151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957151 is #6A8EAE. Grayscale: #787878. Windows color (decimal): -6983343 or 5337493. OLE color: 5337493.
HSL color Cylindrical-coordinate representation of color #957151: hue angle of 28.24º 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 #957151 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 81 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.42 |
| HSL | 28.24º | 0.3% | 0.45% | - |
| HSV(B) | 28.24º | 0.46% | 0.58% | - |
| XYZ | 19.78 | 18.79 | 10.37 | - |
| YUV | 120.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 81 | 0 | 0.24 | 0.46 | 0.42 | 28.24 | 0.3 | 0.45 |
| Hex | 95 | 71 | 51 | 0 | 18 | 2E | 2A | 1C | 1E | 2D |
| Octal | 225 | 161 | 121 | 0 | 30 | 56 | 52 | 34 | 36 | 55 |
| Binary | 10010101 | 1110001 | 1010001 | 0 | 11000 | 101110 | 101010 | 11100 | 11110 | 101101 |
Color Harmonies of #957151
Complementary color
Monochromatic Colors of #957151
Black with #957151
Text Example
Text Example
White with #957151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957151; }
p { color: rgb(149,113,81); }
H1.HeaderClassName
{
color: #957151;
}
.AnyTagClassName
{
color: #957151;
}
</style>
background-color css
<style>
a { background-color: #957151; }
a { background-color: rgb(149,113,81); }
div.DivClassName
{
background-color: #957151;
}
.BgClassName
{
background-color: #957151;
}
</style>
border-color css
<style>
span { border-color: #957151; }
span { border-color: rgb(149,113,81); }
td.TdClassName
{
border-color: #957151;
}
.TagClassName
{
border-color: #957151;
}
</style>