Shades of Pale Brown #957850
Tints of Pale Brown #957850
RGB
CMYK
RGB Variations
Color information
#957850 (or 0x957850) is known color: Pale Brown. HEX triplet: 95, 78 and 50. RGB value is (149,120,80). Sum of RGB (Red+Green+Blue) = 149+120+80=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #957850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957850 is #6A87AF. Grayscale: #7C7C7C. Windows color (decimal): -6981552 or 5273749. OLE color: 5273749.
HSL color Cylindrical-coordinate representation of color #957850: hue angle of 34.78º 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 #957850 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 80 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.42 |
| HSL | 34.78º | 0.3% | 0.45% | - |
| HSV(B) | 34.78º | 0.46% | 0.58% | - |
| XYZ | 20.56 | 20.4 | 10.44 | - |
| YUV | 124.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 80 | 0 | 0.19 | 0.46 | 0.42 | 34.78 | 0.3 | 0.45 |
| Hex | 95 | 78 | 50 | 0 | 13 | 2E | 2A | 23 | 1E | 2D |
| Octal | 225 | 170 | 120 | 0 | 23 | 56 | 52 | 43 | 36 | 55 |
| Binary | 10010101 | 1111000 | 1010000 | 0 | 10011 | 101110 | 101010 | 100011 | 11110 | 101101 |
Color Harmonies of #957850
Complementary color
Monochromatic Colors of #957850
Black with #957850
Text Example
Text Example
White with #957850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957850; }
p { color: rgb(149,120,80); }
H1.HeaderClassName
{
color: #957850;
}
.AnyTagClassName
{
color: #957850;
}
</style>
background-color css
<style>
a { background-color: #957850; }
a { background-color: rgb(149,120,80); }
div.DivClassName
{
background-color: #957850;
}
.BgClassName
{
background-color: #957850;
}
</style>
border-color css
<style>
span { border-color: #957850; }
span { border-color: rgb(149,120,80); }
td.TdClassName
{
border-color: #957850;
}
.TagClassName
{
border-color: #957850;
}
</style>