Shades of Pale Brown #907251
Tints of Pale Brown #907251
RGB
CMYK
RGB Variations
Color information
#907251 (or 0x907251) is known color: Pale Brown. HEX triplet: 90, 72 and 51. RGB value is (144,114,81). Sum of RGB (Red+Green+Blue) = 144+114+81=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #907251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907251 is #6F8DAE. Grayscale: #777777. Windows color (decimal): -7310767 or 5337744. OLE color: 5337744.
HSL color Cylindrical-coordinate representation of color #907251: hue angle of 31.43º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907251 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 81 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.44 |
| HSL | 31.43º | 0.28% | 0.44% | - |
| HSV(B) | 31.43º | 0.44% | 0.56% | - |
| XYZ | 19 | 18.56 | 10.37 | - |
| YUV | 119.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 81 | 0 | 0.21 | 0.44 | 0.44 | 31.43 | 0.28 | 0.44 |
| Hex | 90 | 72 | 51 | 0 | 15 | 2C | 2C | 1F | 1C | 2C |
| Octal | 220 | 162 | 121 | 0 | 25 | 54 | 54 | 37 | 34 | 54 |
| Binary | 10010000 | 1110010 | 1010001 | 0 | 10101 | 101100 | 101100 | 11111 | 11100 | 101100 |
Color Harmonies of #907251
Complementary color
Monochromatic Colors of #907251
Black with #907251
Text Example
Text Example
White with #907251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907251; }
p { color: rgb(144,114,81); }
H1.HeaderClassName
{
color: #907251;
}
.AnyTagClassName
{
color: #907251;
}
</style>
background-color css
<style>
a { background-color: #907251; }
a { background-color: rgb(144,114,81); }
div.DivClassName
{
background-color: #907251;
}
.BgClassName
{
background-color: #907251;
}
</style>
border-color css
<style>
span { border-color: #907251; }
span { border-color: rgb(144,114,81); }
td.TdClassName
{
border-color: #907251;
}
.TagClassName
{
border-color: #907251;
}
</style>