Shades of Pale Brown #957550
Tints of Pale Brown #957550
RGB
CMYK
RGB Variations
Color information
#957550 (or 0x957550) is known color: Pale Brown. HEX triplet: 95, 75 and 50. RGB value is (149,117,80). Sum of RGB (Red+Green+Blue) = 149+117+80=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #957550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957550 is #6A8AAF. Grayscale: #7A7A7A. Windows color (decimal): -6982320 or 5272981. OLE color: 5272981.
HSL color Cylindrical-coordinate representation of color #957550: hue angle of 32.17º 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 #957550 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 80 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.42 |
| HSL | 32.17º | 0.3% | 0.45% | - |
| HSV(B) | 32.17º | 0.46% | 0.58% | - |
| XYZ | 20.2 | 19.69 | 10.33 | - |
| YUV | 122.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 80 | 0 | 0.21 | 0.46 | 0.42 | 32.17 | 0.3 | 0.45 |
| Hex | 95 | 75 | 50 | 0 | 15 | 2E | 2A | 20 | 1E | 2D |
| Octal | 225 | 165 | 120 | 0 | 25 | 56 | 52 | 40 | 36 | 55 |
| Binary | 10010101 | 1110101 | 1010000 | 0 | 10101 | 101110 | 101010 | 100000 | 11110 | 101101 |
Color Harmonies of #957550
Complementary color
Monochromatic Colors of #957550
Black with #957550
Text Example
Text Example
White with #957550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957550; }
p { color: rgb(149,117,80); }
H1.HeaderClassName
{
color: #957550;
}
.AnyTagClassName
{
color: #957550;
}
</style>
background-color css
<style>
a { background-color: #957550; }
a { background-color: rgb(149,117,80); }
div.DivClassName
{
background-color: #957550;
}
.BgClassName
{
background-color: #957550;
}
</style>
border-color css
<style>
span { border-color: #957550; }
span { border-color: rgb(149,117,80); }
td.TdClassName
{
border-color: #957550;
}
.TagClassName
{
border-color: #957550;
}
</style>