Shades of Pale Brown #957752
Tints of Pale Brown #957752
RGB
CMYK
RGB Variations
Color information
#957752 (or 0x957752) is known color: Pale Brown. HEX triplet: 95, 77 and 52. RGB value is (149,119,82). Sum of RGB (Red+Green+Blue) = 149+119+82=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957752 is #6A88AD. Grayscale: #7B7B7B. Windows color (decimal): -6981806 or 5404565. OLE color: 5404565.
HSL color Cylindrical-coordinate representation of color #957752: hue angle of 33.13º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957752 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 82 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.42 |
| HSL | 33.13º | 0.29% | 0.45% | - |
| HSV(B) | 33.13º | 0.45% | 0.58% | - |
| XYZ | 20.51 | 20.19 | 10.8 | - |
| YUV | 123.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 82 | 0 | 0.20 | 0.45 | 0.42 | 33.13 | 0.29 | 0.45 |
| Hex | 95 | 77 | 52 | 0 | 14 | 2D | 2A | 21 | 1D | 2D |
| Octal | 225 | 167 | 122 | 0 | 24 | 55 | 52 | 41 | 35 | 55 |
| Binary | 10010101 | 1110111 | 1010010 | 0 | 10100 | 101101 | 101010 | 100001 | 11101 | 101101 |
Color Harmonies of #957752
Complementary color
Monochromatic Colors of #957752
Black with #957752
Text Example
Text Example
White with #957752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957752; }
p { color: rgb(149,119,82); }
H1.HeaderClassName
{
color: #957752;
}
.AnyTagClassName
{
color: #957752;
}
</style>
background-color css
<style>
a { background-color: #957752; }
a { background-color: rgb(149,119,82); }
div.DivClassName
{
background-color: #957752;
}
.BgClassName
{
background-color: #957752;
}
</style>
border-color css
<style>
span { border-color: #957752; }
span { border-color: rgb(149,119,82); }
td.TdClassName
{
border-color: #957752;
}
.TagClassName
{
border-color: #957752;
}
</style>