Shades of Pale Brown #90754D
Tints of Pale Brown #90754D
RGB
CMYK
RGB Variations
Color information
#90754D (or 0x90754D) is known color: Pale Brown. HEX triplet: 90, 75 and 4D. RGB value is (144,117,77). Sum of RGB (Red+Green+Blue) = 144+117+77=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90754D is #6F8AB2. Grayscale: #787878. Windows color (decimal): -7310003 or 5076368. OLE color: 5076368.
HSL color Cylindrical-coordinate representation of color #90754D: hue angle of 35.82º 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 #90754D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 77 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.44 |
| HSL | 35.82º | 0.3% | 0.43% | - |
| HSV(B) | 35.82º | 0.47% | 0.56% | - |
| XYZ | 19.2 | 19.19 | 9.71 | - |
| YUV | 120.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 77 | 0 | 0.19 | 0.47 | 0.44 | 35.82 | 0.3 | 0.43 |
| Hex | 90 | 75 | 4D | 0 | 13 | 2F | 2C | 24 | 1E | 2B |
| Octal | 220 | 165 | 115 | 0 | 23 | 57 | 54 | 44 | 36 | 53 |
| Binary | 10010000 | 1110101 | 1001101 | 0 | 10011 | 101111 | 101100 | 100100 | 11110 | 101011 |
Color Harmonies of #90754D
Complementary color
Monochromatic Colors of #90754D
Black with #90754D
Text Example
Text Example
White with #90754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90754D; }
p { color: rgb(144,117,77); }
H1.HeaderClassName
{
color: #90754D;
}
.AnyTagClassName
{
color: #90754D;
}
</style>
background-color css
<style>
a { background-color: #90754D; }
a { background-color: rgb(144,117,77); }
div.DivClassName
{
background-color: #90754D;
}
.BgClassName
{
background-color: #90754D;
}
</style>
border-color css
<style>
span { border-color: #90754D; }
span { border-color: rgb(144,117,77); }
td.TdClassName
{
border-color: #90754D;
}
.TagClassName
{
border-color: #90754D;
}
</style>