Shades of Pale Brown #957250
Tints of Pale Brown #957250
RGB
CMYK
RGB Variations
Color information
#957250 (or 0x957250) is known color: Pale Brown. HEX triplet: 95, 72 and 50. RGB value is (149,114,80). Sum of RGB (Red+Green+Blue) = 149+114+80=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #957250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957250 is #6A8DAF. Grayscale: #787878. Windows color (decimal): -6983088 or 5272213. OLE color: 5272213.
HSL color Cylindrical-coordinate representation of color #957250: hue angle of 29.57º 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 #957250 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 80 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.42 |
| HSL | 29.57º | 0.3% | 0.45% | - |
| HSV(B) | 29.57º | 0.46% | 0.58% | - |
| XYZ | 19.86 | 19 | 10.21 | - |
| YUV | 120.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 80 | 0 | 0.23 | 0.46 | 0.42 | 29.57 | 0.3 | 0.45 |
| Hex | 95 | 72 | 50 | 0 | 17 | 2E | 2A | 1E | 1E | 2D |
| Octal | 225 | 162 | 120 | 0 | 27 | 56 | 52 | 36 | 36 | 55 |
| Binary | 10010101 | 1110010 | 1010000 | 0 | 10111 | 101110 | 101010 | 11110 | 11110 | 101101 |
Color Harmonies of #957250
Complementary color
Monochromatic Colors of #957250
Black with #957250
Text Example
Text Example
White with #957250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957250; }
p { color: rgb(149,114,80); }
H1.HeaderClassName
{
color: #957250;
}
.AnyTagClassName
{
color: #957250;
}
</style>
background-color css
<style>
a { background-color: #957250; }
a { background-color: rgb(149,114,80); }
div.DivClassName
{
background-color: #957250;
}
.BgClassName
{
background-color: #957250;
}
</style>
border-color css
<style>
span { border-color: #957250; }
span { border-color: rgb(149,114,80); }
td.TdClassName
{
border-color: #957250;
}
.TagClassName
{
border-color: #957250;
}
</style>