Shades of Pale Brown #90734D
Tints of Pale Brown #90734D
RGB
CMYK
RGB Variations
Color information
#90734D (or 0x90734D) is known color: Pale Brown. HEX triplet: 90, 73 and 4D. RGB value is (144,115,77). Sum of RGB (Red+Green+Blue) = 144+115+77=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90734D is #6F8CB2. Grayscale: #777777. Windows color (decimal): -7310515 or 5075856. OLE color: 5075856.
HSL color Cylindrical-coordinate representation of color #90734D: hue angle of 34.03º 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 #90734D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 77 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.44 |
| HSL | 34.03º | 0.3% | 0.43% | - |
| HSV(B) | 34.03º | 0.47% | 0.56% | - |
| XYZ | 18.97 | 18.73 | 9.64 | - |
| YUV | 119.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 77 | 0 | 0.20 | 0.47 | 0.44 | 34.03 | 0.3 | 0.43 |
| Hex | 90 | 73 | 4D | 0 | 14 | 2F | 2C | 22 | 1E | 2B |
| Octal | 220 | 163 | 115 | 0 | 24 | 57 | 54 | 42 | 36 | 53 |
| Binary | 10010000 | 1110011 | 1001101 | 0 | 10100 | 101111 | 101100 | 100010 | 11110 | 101011 |
Color Harmonies of #90734D
Complementary color
Monochromatic Colors of #90734D
Black with #90734D
Text Example
Text Example
White with #90734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90734D; }
p { color: rgb(144,115,77); }
H1.HeaderClassName
{
color: #90734D;
}
.AnyTagClassName
{
color: #90734D;
}
</style>
background-color css
<style>
a { background-color: #90734D; }
a { background-color: rgb(144,115,77); }
div.DivClassName
{
background-color: #90734D;
}
.BgClassName
{
background-color: #90734D;
}
</style>
border-color css
<style>
span { border-color: #90734D; }
span { border-color: rgb(144,115,77); }
td.TdClassName
{
border-color: #90734D;
}
.TagClassName
{
border-color: #90734D;
}
</style>