Shades of Pale Brown #957856
Tints of Pale Brown #957856
RGB
CMYK
RGB Variations
Color information
#957856 (or 0x957856) is known color: Pale Brown. HEX triplet: 95, 78 and 56. RGB value is (149,120,86). Sum of RGB (Red+Green+Blue) = 149+120+86=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #957856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957856 is #6A87A9. Grayscale: #7C7C7C. Windows color (decimal): -6981546 or 5666965. OLE color: 5666965.
HSL color Cylindrical-coordinate representation of color #957856: hue angle of 32.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #957856 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 86 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.42 |
| HSL | 32.38º | 0.27% | 0.46% | - |
| HSV(B) | 32.38º | 0.42% | 0.58% | - |
| XYZ | 20.79 | 20.49 | 11.66 | - |
| YUV | 124.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 86 | 0 | 0.19 | 0.42 | 0.42 | 32.38 | 0.27 | 0.46 |
| Hex | 95 | 78 | 56 | 0 | 13 | 2A | 2A | 20 | 1B | 2E |
| Octal | 225 | 170 | 126 | 0 | 23 | 52 | 52 | 40 | 33 | 56 |
| Binary | 10010101 | 1111000 | 1010110 | 0 | 10011 | 101010 | 101010 | 100000 | 11011 | 101110 |
Color Harmonies of #957856
Complementary color
Monochromatic Colors of #957856
Black with #957856
Text Example
Text Example
White with #957856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957856; }
p { color: rgb(149,120,86); }
H1.HeaderClassName
{
color: #957856;
}
.AnyTagClassName
{
color: #957856;
}
</style>
background-color css
<style>
a { background-color: #957856; }
a { background-color: rgb(149,120,86); }
div.DivClassName
{
background-color: #957856;
}
.BgClassName
{
background-color: #957856;
}
</style>
border-color css
<style>
span { border-color: #957856; }
span { border-color: rgb(149,120,86); }
td.TdClassName
{
border-color: #957856;
}
.TagClassName
{
border-color: #957856;
}
</style>