Shades of Pale Brown #907959
Tints of Pale Brown #907959
RGB
CMYK
RGB Variations
Color information
#907959 (or 0x907959) is known color: Pale Brown. HEX triplet: 90, 79 and 59. RGB value is (144,121,89). Sum of RGB (Red+Green+Blue) = 144+121+89=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #907959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907959 is #6F86A6. Grayscale: #7C7C7C. Windows color (decimal): -7308967 or 5863824. OLE color: 5863824.
HSL color Cylindrical-coordinate representation of color #907959: hue angle of 34.91º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #907959 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 121 | 89 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.44 |
| HSL | 34.91º | 0.24% | 0.46% | - |
| HSV(B) | 34.91º | 0.38% | 0.56% | - |
| XYZ | 20.14 | 20.33 | 12.31 | - |
| YUV | 124.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 89 | 0 | 0.16 | 0.38 | 0.44 | 34.91 | 0.24 | 0.46 |
| Hex | 90 | 79 | 59 | 0 | 10 | 26 | 2C | 23 | 18 | 2E |
| Octal | 220 | 171 | 131 | 0 | 20 | 46 | 54 | 43 | 30 | 56 |
| Binary | 10010000 | 1111001 | 1011001 | 0 | 10000 | 100110 | 101100 | 100011 | 11000 | 101110 |
Color Harmonies of #907959
Complementary color
Monochromatic Colors of #907959
Black with #907959
Text Example
Text Example
White with #907959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907959; }
p { color: rgb(144,121,89); }
H1.HeaderClassName
{
color: #907959;
}
.AnyTagClassName
{
color: #907959;
}
</style>
background-color css
<style>
a { background-color: #907959; }
a { background-color: rgb(144,121,89); }
div.DivClassName
{
background-color: #907959;
}
.BgClassName
{
background-color: #907959;
}
</style>
border-color css
<style>
span { border-color: #907959; }
span { border-color: rgb(144,121,89); }
td.TdClassName
{
border-color: #907959;
}
.TagClassName
{
border-color: #907959;
}
</style>