Shades of Pale Brown #90724E
Tints of Pale Brown #90724E
RGB
CMYK
RGB Variations
Color information
#90724E (or 0x90724E) is known color: Pale Brown. HEX triplet: 90, 72 and 4E. RGB value is (144,114,78). Sum of RGB (Red+Green+Blue) = 144+114+78=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90724E is #6F8DB1. Grayscale: #777777. Windows color (decimal): -7310770 or 5141136. OLE color: 5141136.
HSL color Cylindrical-coordinate representation of color #90724E: hue angle of 32.73º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90724E is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 78 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.44 |
| HSL | 32.73º | 0.3% | 0.44% | - |
| HSV(B) | 32.73º | 0.46% | 0.56% | - |
| XYZ | 18.89 | 18.51 | 9.79 | - |
| YUV | 118.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 78 | 0 | 0.21 | 0.46 | 0.44 | 32.73 | 0.3 | 0.44 |
| Hex | 90 | 72 | 4E | 0 | 15 | 2E | 2C | 21 | 1E | 2C |
| Octal | 220 | 162 | 116 | 0 | 25 | 56 | 54 | 41 | 36 | 54 |
| Binary | 10010000 | 1110010 | 1001110 | 0 | 10101 | 101110 | 101100 | 100001 | 11110 | 101100 |
Color Harmonies of #90724E
Complementary color
Monochromatic Colors of #90724E
Black with #90724E
Text Example
Text Example
White with #90724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90724E; }
p { color: rgb(144,114,78); }
H1.HeaderClassName
{
color: #90724E;
}
.AnyTagClassName
{
color: #90724E;
}
</style>
background-color css
<style>
a { background-color: #90724E; }
a { background-color: rgb(144,114,78); }
div.DivClassName
{
background-color: #90724E;
}
.BgClassName
{
background-color: #90724E;
}
</style>
border-color css
<style>
span { border-color: #90724E; }
span { border-color: rgb(144,114,78); }
td.TdClassName
{
border-color: #90724E;
}
.TagClassName
{
border-color: #90724E;
}
</style>