Shades of Pale Brown #90755B
Tints of Pale Brown #90755B
RGB
CMYK
RGB Variations
Color information
#90755B (or 0x90755B) is known color: Pale Brown. HEX triplet: 90, 75 and 5B. RGB value is (144,117,91). Sum of RGB (Red+Green+Blue) = 144+117+91=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90755B is #6F8AA4. Grayscale: #7A7A7A. Windows color (decimal): -7309989 or 5993872. OLE color: 5993872.
HSL color Cylindrical-coordinate representation of color #90755B: hue angle of 29.43º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90755B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 91 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.44 |
| HSL | 29.43º | 0.23% | 0.46% | - |
| HSV(B) | 29.43º | 0.37% | 0.56% | - |
| XYZ | 19.75 | 19.41 | 12.6 | - |
| YUV | 122.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 91 | 0 | 0.19 | 0.37 | 0.44 | 29.43 | 0.23 | 0.46 |
| Hex | 90 | 75 | 5B | 0 | 13 | 25 | 2C | 1D | 17 | 2E |
| Octal | 220 | 165 | 133 | 0 | 23 | 45 | 54 | 35 | 27 | 56 |
| Binary | 10010000 | 1110101 | 1011011 | 0 | 10011 | 100101 | 101100 | 11101 | 10111 | 101110 |
Color Harmonies of #90755B
Complementary color
Monochromatic Colors of #90755B
Black with #90755B
Text Example
Text Example
White with #90755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90755B; }
p { color: rgb(144,117,91); }
H1.HeaderClassName
{
color: #90755B;
}
.AnyTagClassName
{
color: #90755B;
}
</style>
background-color css
<style>
a { background-color: #90755B; }
a { background-color: rgb(144,117,91); }
div.DivClassName
{
background-color: #90755B;
}
.BgClassName
{
background-color: #90755B;
}
</style>
border-color css
<style>
span { border-color: #90755B; }
span { border-color: rgb(144,117,91); }
td.TdClassName
{
border-color: #90755B;
}
.TagClassName
{
border-color: #90755B;
}
</style>