Shades of Pale Brown #90704F
Tints of Pale Brown #90704F
RGB
CMYK
RGB Variations
Color information
#90704F (or 0x90704F) is known color: Pale Brown. HEX triplet: 90, 70 and 4F. RGB value is (144,112,79). Sum of RGB (Red+Green+Blue) = 144+112+79=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90704F is #6F8FB0. Grayscale: #757575. Windows color (decimal): -7311281 or 5206160. OLE color: 5206160.
HSL color Cylindrical-coordinate representation of color #90704F: hue angle of 30.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90704F is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 79 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.44 |
| HSL | 30.46º | 0.29% | 0.44% | - |
| HSV(B) | 30.46º | 0.45% | 0.56% | - |
| XYZ | 18.71 | 18.08 | 9.9 | - |
| YUV | 117.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 79 | 0 | 0.22 | 0.45 | 0.44 | 30.46 | 0.29 | 0.44 |
| Hex | 90 | 70 | 4F | 0 | 16 | 2D | 2C | 1E | 1D | 2C |
| Octal | 220 | 160 | 117 | 0 | 26 | 55 | 54 | 36 | 35 | 54 |
| Binary | 10010000 | 1110000 | 1001111 | 0 | 10110 | 101101 | 101100 | 11110 | 11101 | 101100 |
Color Harmonies of #90704F
Complementary color
Monochromatic Colors of #90704F
Black with #90704F
Text Example
Text Example
White with #90704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90704F; }
p { color: rgb(144,112,79); }
H1.HeaderClassName
{
color: #90704F;
}
.AnyTagClassName
{
color: #90704F;
}
</style>
background-color css
<style>
a { background-color: #90704F; }
a { background-color: rgb(144,112,79); }
div.DivClassName
{
background-color: #90704F;
}
.BgClassName
{
background-color: #90704F;
}
</style>
border-color css
<style>
span { border-color: #90704F; }
span { border-color: rgb(144,112,79); }
td.TdClassName
{
border-color: #90704F;
}
.TagClassName
{
border-color: #90704F;
}
</style>