Shades of Pale Brown #957952
Tints of Pale Brown #957952
RGB
CMYK
RGB Variations
Color information
#957952 (or 0x957952) is known color: Pale Brown. HEX triplet: 95, 79 and 52. RGB value is (149,121,82). Sum of RGB (Red+Green+Blue) = 149+121+82=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #957952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957952 is #6A86AD. Grayscale: #7D7D7D. Windows color (decimal): -6981294 or 5405077. OLE color: 5405077.
HSL color Cylindrical-coordinate representation of color #957952: hue angle of 34.93º 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 #957952 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 82 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.42 |
| HSL | 34.93º | 0.29% | 0.45% | - |
| HSV(B) | 34.93º | 0.45% | 0.58% | - |
| XYZ | 20.75 | 20.67 | 10.88 | - |
| YUV | 124.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 82 | 0 | 0.19 | 0.45 | 0.42 | 34.93 | 0.29 | 0.45 |
| Hex | 95 | 79 | 52 | 0 | 13 | 2D | 2A | 23 | 1D | 2D |
| Octal | 225 | 171 | 122 | 0 | 23 | 55 | 52 | 43 | 35 | 55 |
| Binary | 10010101 | 1111001 | 1010010 | 0 | 10011 | 101101 | 101010 | 100011 | 11101 | 101101 |
Color Harmonies of #957952
Complementary color
Monochromatic Colors of #957952
Black with #957952
Text Example
Text Example
White with #957952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957952; }
p { color: rgb(149,121,82); }
H1.HeaderClassName
{
color: #957952;
}
.AnyTagClassName
{
color: #957952;
}
</style>
background-color css
<style>
a { background-color: #957952; }
a { background-color: rgb(149,121,82); }
div.DivClassName
{
background-color: #957952;
}
.BgClassName
{
background-color: #957952;
}
</style>
border-color css
<style>
span { border-color: #957952; }
span { border-color: rgb(149,121,82); }
td.TdClassName
{
border-color: #957952;
}
.TagClassName
{
border-color: #957952;
}
</style>