Shades of Pale Brown #90714D
Tints of Pale Brown #90714D
RGB
CMYK
RGB Variations
Color information
#90714D (or 0x90714D) is known color: Pale Brown. HEX triplet: 90, 71 and 4D. RGB value is (144,113,77). Sum of RGB (Red+Green+Blue) = 144+113+77=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #90714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90714D is #6F8EB2. Grayscale: #767676. Windows color (decimal): -7311027 or 5075344. OLE color: 5075344.
HSL color Cylindrical-coordinate representation of color #90714D: hue angle of 32.24º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90714D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 113 | 77 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.44 |
| HSL | 32.24º | 0.3% | 0.43% | - |
| HSV(B) | 32.24º | 0.47% | 0.56% | - |
| XYZ | 18.75 | 18.28 | 9.56 | - |
| YUV | 118.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 77 | 0 | 0.22 | 0.47 | 0.44 | 32.24 | 0.3 | 0.43 |
| Hex | 90 | 71 | 4D | 0 | 16 | 2F | 2C | 20 | 1E | 2B |
| Octal | 220 | 161 | 115 | 0 | 26 | 57 | 54 | 40 | 36 | 53 |
| Binary | 10010000 | 1110001 | 1001101 | 0 | 10110 | 101111 | 101100 | 100000 | 11110 | 101011 |
Color Harmonies of #90714D
Complementary color
Monochromatic Colors of #90714D
Black with #90714D
Text Example
Text Example
White with #90714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90714D; }
p { color: rgb(144,113,77); }
H1.HeaderClassName
{
color: #90714D;
}
.AnyTagClassName
{
color: #90714D;
}
</style>
background-color css
<style>
a { background-color: #90714D; }
a { background-color: rgb(144,113,77); }
div.DivClassName
{
background-color: #90714D;
}
.BgClassName
{
background-color: #90714D;
}
</style>
border-color css
<style>
span { border-color: #90714D; }
span { border-color: rgb(144,113,77); }
td.TdClassName
{
border-color: #90714D;
}
.TagClassName
{
border-color: #90714D;
}
</style>