Shades of Pale Brown #90785C
Tints of Pale Brown #90785C
RGB
CMYK
RGB Variations
Color information
#90785C (or 0x90785C) is known color: Pale Brown. HEX triplet: 90, 78 and 5C. RGB value is (144,120,92). Sum of RGB (Red+Green+Blue) = 144+120+92=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90785C is #6F87A3. Grayscale: #7C7C7C. Windows color (decimal): -7309220 or 6060176. OLE color: 6060176.
HSL color Cylindrical-coordinate representation of color #90785C: hue angle of 32.31º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90785C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 92 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.44 |
| HSL | 32.31º | 0.22% | 0.46% | - |
| HSV(B) | 32.31º | 0.36% | 0.56% | - |
| XYZ | 20.15 | 20.13 | 12.95 | - |
| YUV | 123.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 92 | 0 | 0.17 | 0.36 | 0.44 | 32.31 | 0.22 | 0.46 |
| Hex | 90 | 78 | 5C | 0 | 11 | 24 | 2C | 20 | 16 | 2E |
| Octal | 220 | 170 | 134 | 0 | 21 | 44 | 54 | 40 | 26 | 56 |
| Binary | 10010000 | 1111000 | 1011100 | 0 | 10001 | 100100 | 101100 | 100000 | 10110 | 101110 |
Color Harmonies of #90785C
Complementary color
Monochromatic Colors of #90785C
Black with #90785C
Text Example
Text Example
White with #90785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90785C; }
p { color: rgb(144,120,92); }
H1.HeaderClassName
{
color: #90785C;
}
.AnyTagClassName
{
color: #90785C;
}
</style>
background-color css
<style>
a { background-color: #90785C; }
a { background-color: rgb(144,120,92); }
div.DivClassName
{
background-color: #90785C;
}
.BgClassName
{
background-color: #90785C;
}
</style>
border-color css
<style>
span { border-color: #90785C; }
span { border-color: rgb(144,120,92); }
td.TdClassName
{
border-color: #90785C;
}
.TagClassName
{
border-color: #90785C;
}
</style>