Shades of Pale Brown #90744D
Tints of Pale Brown #90744D
RGB
CMYK
RGB Variations
Color information
#90744D (or 0x90744D) is known color: Pale Brown. HEX triplet: 90, 74 and 4D. RGB value is (144,116,77). Sum of RGB (Red+Green+Blue) = 144+116+77=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90744D is #6F8BB2. Grayscale: #787878. Windows color (decimal): -7310259 or 5076112. OLE color: 5076112.
HSL color Cylindrical-coordinate representation of color #90744D: hue angle of 34.93º 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 #90744D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 77 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.44 |
| HSL | 34.93º | 0.3% | 0.43% | - |
| HSV(B) | 34.93º | 0.47% | 0.56% | - |
| XYZ | 19.09 | 18.96 | 9.67 | - |
| YUV | 119.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 77 | 0 | 0.19 | 0.47 | 0.44 | 34.93 | 0.3 | 0.43 |
| Hex | 90 | 74 | 4D | 0 | 13 | 2F | 2C | 23 | 1E | 2B |
| Octal | 220 | 164 | 115 | 0 | 23 | 57 | 54 | 43 | 36 | 53 |
| Binary | 10010000 | 1110100 | 1001101 | 0 | 10011 | 101111 | 101100 | 100011 | 11110 | 101011 |
Color Harmonies of #90744D
Complementary color
Monochromatic Colors of #90744D
Black with #90744D
Text Example
Text Example
White with #90744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90744D; }
p { color: rgb(144,116,77); }
H1.HeaderClassName
{
color: #90744D;
}
.AnyTagClassName
{
color: #90744D;
}
</style>
background-color css
<style>
a { background-color: #90744D; }
a { background-color: rgb(144,116,77); }
div.DivClassName
{
background-color: #90744D;
}
.BgClassName
{
background-color: #90744D;
}
</style>
border-color css
<style>
span { border-color: #90744D; }
span { border-color: rgb(144,116,77); }
td.TdClassName
{
border-color: #90744D;
}
.TagClassName
{
border-color: #90744D;
}
</style>