Shades of Pale Brown #90754E
Tints of Pale Brown #90754E
RGB
CMYK
RGB Variations
Color information
#90754E (or 0x90754E) is known color: Pale Brown. HEX triplet: 90, 75 and 4E. RGB value is (144,117,78). Sum of RGB (Red+Green+Blue) = 144+117+78=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90754E is #6F8AB1. Grayscale: #787878. Windows color (decimal): -7310002 or 5141904. OLE color: 5141904.
HSL color Cylindrical-coordinate representation of color #90754E: hue angle of 35.45º 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 #90754E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 78 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.44 |
| HSL | 35.45º | 0.3% | 0.44% | - |
| HSV(B) | 35.45º | 0.46% | 0.56% | - |
| XYZ | 19.24 | 19.2 | 9.9 | - |
| YUV | 120.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 78 | 0 | 0.19 | 0.46 | 0.44 | 35.45 | 0.3 | 0.44 |
| Hex | 90 | 75 | 4E | 0 | 13 | 2E | 2C | 23 | 1E | 2C |
| Octal | 220 | 165 | 116 | 0 | 23 | 56 | 54 | 43 | 36 | 54 |
| Binary | 10010000 | 1110101 | 1001110 | 0 | 10011 | 101110 | 101100 | 100011 | 11110 | 101100 |
Color Harmonies of #90754E
Complementary color
Monochromatic Colors of #90754E
Black with #90754E
Text Example
Text Example
White with #90754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90754E; }
p { color: rgb(144,117,78); }
H1.HeaderClassName
{
color: #90754E;
}
.AnyTagClassName
{
color: #90754E;
}
</style>
background-color css
<style>
a { background-color: #90754E; }
a { background-color: rgb(144,117,78); }
div.DivClassName
{
background-color: #90754E;
}
.BgClassName
{
background-color: #90754E;
}
</style>
border-color css
<style>
span { border-color: #90754E; }
span { border-color: rgb(144,117,78); }
td.TdClassName
{
border-color: #90754E;
}
.TagClassName
{
border-color: #90754E;
}
</style>