Shades of Pale Brown #957353
Tints of Pale Brown #957353
RGB
CMYK
RGB Variations
Color information
#957353 (or 0x957353) is known color: Pale Brown. HEX triplet: 95, 73 and 53. RGB value is (149,115,83). Sum of RGB (Red+Green+Blue) = 149+115+83=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #957353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957353 is #6A8CAC. Grayscale: #797979. Windows color (decimal): -6982829 or 5469077. OLE color: 5469077.
HSL color Cylindrical-coordinate representation of color #957353: hue angle of 29.09º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957353 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 83 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.42 |
| HSL | 29.09º | 0.28% | 0.45% | - |
| HSV(B) | 29.09º | 0.44% | 0.58% | - |
| XYZ | 20.09 | 19.28 | 10.85 | - |
| YUV | 121.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 83 | 0 | 0.23 | 0.44 | 0.42 | 29.09 | 0.28 | 0.45 |
| Hex | 95 | 73 | 53 | 0 | 17 | 2C | 2A | 1D | 1C | 2D |
| Octal | 225 | 163 | 123 | 0 | 27 | 54 | 52 | 35 | 34 | 55 |
| Binary | 10010101 | 1110011 | 1010011 | 0 | 10111 | 101100 | 101010 | 11101 | 11100 | 101101 |
Color Harmonies of #957353
Complementary color
Monochromatic Colors of #957353
Black with #957353
Text Example
Text Example
White with #957353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957353; }
p { color: rgb(149,115,83); }
H1.HeaderClassName
{
color: #957353;
}
.AnyTagClassName
{
color: #957353;
}
</style>
background-color css
<style>
a { background-color: #957353; }
a { background-color: rgb(149,115,83); }
div.DivClassName
{
background-color: #957353;
}
.BgClassName
{
background-color: #957353;
}
</style>
border-color css
<style>
span { border-color: #957353; }
span { border-color: rgb(149,115,83); }
td.TdClassName
{
border-color: #957353;
}
.TagClassName
{
border-color: #957353;
}
</style>