Shades of Pale Brown #90785A
Tints of Pale Brown #90785A
RGB
CMYK
RGB Variations
Color information
#90785A (or 0x90785A) is known color: Pale Brown. HEX triplet: 90, 78 and 5A. RGB value is (144,120,90). Sum of RGB (Red+Green+Blue) = 144+120+90=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90785A is #6F87A5. Grayscale: #7B7B7B. Windows color (decimal): -7309222 or 5929104. OLE color: 5929104.
HSL color Cylindrical-coordinate representation of color #90785A: hue angle of 33.33º degrees, saturation: 0.23, 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 #90785A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 90 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.44 |
| HSL | 33.33º | 0.23% | 0.46% | - |
| HSV(B) | 33.33º | 0.38% | 0.56% | - |
| XYZ | 20.06 | 20.1 | 12.5 | - |
| YUV | 123.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 90 | 0 | 0.17 | 0.37 | 0.44 | 33.33 | 0.23 | 0.46 |
| Hex | 90 | 78 | 5A | 0 | 11 | 25 | 2C | 21 | 17 | 2E |
| Octal | 220 | 170 | 132 | 0 | 21 | 45 | 54 | 41 | 27 | 56 |
| Binary | 10010000 | 1111000 | 1011010 | 0 | 10001 | 100101 | 101100 | 100001 | 10111 | 101110 |
Color Harmonies of #90785A
Complementary color
Monochromatic Colors of #90785A
Black with #90785A
Text Example
Text Example
White with #90785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90785A; }
p { color: rgb(144,120,90); }
H1.HeaderClassName
{
color: #90785A;
}
.AnyTagClassName
{
color: #90785A;
}
</style>
background-color css
<style>
a { background-color: #90785A; }
a { background-color: rgb(144,120,90); }
div.DivClassName
{
background-color: #90785A;
}
.BgClassName
{
background-color: #90785A;
}
</style>
border-color css
<style>
span { border-color: #90785A; }
span { border-color: rgb(144,120,90); }
td.TdClassName
{
border-color: #90785A;
}
.TagClassName
{
border-color: #90785A;
}
</style>