Shades of Pale Brown #957556
Tints of Pale Brown #957556
RGB
CMYK
RGB Variations
Color information
#957556 (or 0x957556) is known color: Pale Brown. HEX triplet: 95, 75 and 56. RGB value is (149,117,86). Sum of RGB (Red+Green+Blue) = 149+117+86=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #957556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957556 is #6A8AA9. Grayscale: #7B7B7B. Windows color (decimal): -6982314 or 5666197. OLE color: 5666197.
HSL color Cylindrical-coordinate representation of color #957556: hue angle of 29.52º 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 #957556 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 86 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.42 |
| HSL | 29.52º | 0.27% | 0.46% | - |
| HSV(B) | 29.52º | 0.42% | 0.58% | - |
| XYZ | 20.44 | 19.78 | 11.55 | - |
| YUV | 123.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 86 | 0 | 0.21 | 0.42 | 0.42 | 29.52 | 0.27 | 0.46 |
| Hex | 95 | 75 | 56 | 0 | 15 | 2A | 2A | 1E | 1B | 2E |
| Octal | 225 | 165 | 126 | 0 | 25 | 52 | 52 | 36 | 33 | 56 |
| Binary | 10010101 | 1110101 | 1010110 | 0 | 10101 | 101010 | 101010 | 11110 | 11011 | 101110 |
Color Harmonies of #957556
Complementary color
Monochromatic Colors of #957556
Black with #957556
Text Example
Text Example
White with #957556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957556; }
p { color: rgb(149,117,86); }
H1.HeaderClassName
{
color: #957556;
}
.AnyTagClassName
{
color: #957556;
}
</style>
background-color css
<style>
a { background-color: #957556; }
a { background-color: rgb(149,117,86); }
div.DivClassName
{
background-color: #957556;
}
.BgClassName
{
background-color: #957556;
}
</style>
border-color css
<style>
span { border-color: #957556; }
span { border-color: rgb(149,117,86); }
td.TdClassName
{
border-color: #957556;
}
.TagClassName
{
border-color: #957556;
}
</style>