Shades of Pale Brown #90704B
Tints of Pale Brown #90704B
RGB
CMYK
RGB Variations
Color information
#90704B (or 0x90704B) is known color: Pale Brown. HEX triplet: 90, 70 and 4B. RGB value is (144,112,75). Sum of RGB (Red+Green+Blue) = 144+112+75=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #90704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90704B is #6F8FB4. Grayscale: #757575. Windows color (decimal): -7311285 or 4944016. OLE color: 4944016.
HSL color Cylindrical-coordinate representation of color #90704B: hue angle of 32.17º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90704B is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 75 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.44 |
| HSL | 32.17º | 0.32% | 0.43% | - |
| HSV(B) | 32.17º | 0.48% | 0.56% | - |
| XYZ | 18.57 | 18.03 | 9.16 | - |
| YUV | 117.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 75 | 0 | 0.22 | 0.48 | 0.44 | 32.17 | 0.32 | 0.43 |
| Hex | 90 | 70 | 4B | 0 | 16 | 30 | 2C | 20 | 20 | 2B |
| Octal | 220 | 160 | 113 | 0 | 26 | 60 | 54 | 40 | 40 | 53 |
| Binary | 10010000 | 1110000 | 1001011 | 0 | 10110 | 110000 | 101100 | 100000 | 100000 | 101011 |
Color Harmonies of #90704B
Complementary color
Monochromatic Colors of #90704B
Black with #90704B
Text Example
Text Example
White with #90704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90704B; }
p { color: rgb(144,112,75); }
H1.HeaderClassName
{
color: #90704B;
}
.AnyTagClassName
{
color: #90704B;
}
</style>
background-color css
<style>
a { background-color: #90704B; }
a { background-color: rgb(144,112,75); }
div.DivClassName
{
background-color: #90704B;
}
.BgClassName
{
background-color: #90704B;
}
</style>
border-color css
<style>
span { border-color: #90704B; }
span { border-color: rgb(144,112,75); }
td.TdClassName
{
border-color: #90704B;
}
.TagClassName
{
border-color: #90704B;
}
</style>