Shades of Pale Brown #90755A
Tints of Pale Brown #90755A
RGB
CMYK
RGB Variations
Color information
#90755A (or 0x90755A) is known color: Pale Brown. HEX triplet: 90, 75 and 5A. RGB value is (144,117,90). Sum of RGB (Red+Green+Blue) = 144+117+90=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #90755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90755A is #6F8AA5. Grayscale: #7A7A7A. Windows color (decimal): -7309990 or 5928336. OLE color: 5928336.
HSL color Cylindrical-coordinate representation of color #90755A: hue angle of 30º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90755A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 90 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.44 |
| HSL | 30º | 0.23% | 0.46% | - |
| HSV(B) | 30º | 0.38% | 0.56% | - |
| XYZ | 19.71 | 19.39 | 12.38 | - |
| YUV | 122 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 90 | 0 | 0.19 | 0.37 | 0.44 | 30 | 0.23 | 0.46 |
| Hex | 90 | 75 | 5A | 0 | 13 | 25 | 2C | 1E | 17 | 2E |
| Octal | 220 | 165 | 132 | 0 | 23 | 45 | 54 | 36 | 27 | 56 |
| Binary | 10010000 | 1110101 | 1011010 | 0 | 10011 | 100101 | 101100 | 11110 | 10111 | 101110 |
Color Harmonies of #90755A
Complementary color
Monochromatic Colors of #90755A
Black with #90755A
Text Example
Text Example
White with #90755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90755A; }
p { color: rgb(144,117,90); }
H1.HeaderClassName
{
color: #90755A;
}
.AnyTagClassName
{
color: #90755A;
}
</style>
background-color css
<style>
a { background-color: #90755A; }
a { background-color: rgb(144,117,90); }
div.DivClassName
{
background-color: #90755A;
}
.BgClassName
{
background-color: #90755A;
}
</style>
border-color css
<style>
span { border-color: #90755A; }
span { border-color: rgb(144,117,90); }
td.TdClassName
{
border-color: #90755A;
}
.TagClassName
{
border-color: #90755A;
}
</style>