Shades of Pale Brown #907850
Tints of Pale Brown #907850
RGB
CMYK
RGB Variations
Color information
#907850 (or 0x907850) is known color: Pale Brown. HEX triplet: 90, 78 and 50. RGB value is (144,120,80). Sum of RGB (Red+Green+Blue) = 144+120+80=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #907850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907850 is #6F87AF. Grayscale: #7A7A7A. Windows color (decimal): -7309232 or 5273744. OLE color: 5273744.
HSL color Cylindrical-coordinate representation of color #907850: hue angle of 37.5º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907850 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 80 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.44 |
| HSL | 37.5º | 0.29% | 0.44% | - |
| HSV(B) | 37.5º | 0.44% | 0.56% | - |
| XYZ | 19.67 | 19.94 | 10.4 | - |
| YUV | 122.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 80 | 0 | 0.17 | 0.44 | 0.44 | 37.5 | 0.29 | 0.44 |
| Hex | 90 | 78 | 50 | 0 | 11 | 2C | 2C | 26 | 1D | 2C |
| Octal | 220 | 170 | 120 | 0 | 21 | 54 | 54 | 46 | 35 | 54 |
| Binary | 10010000 | 1111000 | 1010000 | 0 | 10001 | 101100 | 101100 | 100110 | 11101 | 101100 |
Color Harmonies of #907850
Complementary color
Monochromatic Colors of #907850
Black with #907850
Text Example
Text Example
White with #907850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907850; }
p { color: rgb(144,120,80); }
H1.HeaderClassName
{
color: #907850;
}
.AnyTagClassName
{
color: #907850;
}
</style>
background-color css
<style>
a { background-color: #907850; }
a { background-color: rgb(144,120,80); }
div.DivClassName
{
background-color: #907850;
}
.BgClassName
{
background-color: #907850;
}
</style>
border-color css
<style>
span { border-color: #907850; }
span { border-color: rgb(144,120,80); }
td.TdClassName
{
border-color: #907850;
}
.TagClassName
{
border-color: #907850;
}
</style>