Shades of Pale Brown #9A7050
Tints of Pale Brown #9A7050
RGB
CMYK
RGB Variations
Color information
#9A7050 (or 0x9A7050) is known color: Pale Brown. HEX triplet: 9A, 70 and 50. RGB value is (154,112,80). Sum of RGB (Red+Green+Blue) = 154+112+80=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7050 is #658FAF. Grayscale: #797979. Windows color (decimal): -6655920 or 5271706. OLE color: 5271706.
HSL color Cylindrical-coordinate representation of color #9A7050: hue angle of 25.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A7050 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 80 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.40 |
| HSL | 25.95º | 0.32% | 0.46% | - |
| HSV(B) | 25.95º | 0.48% | 0.6% | - |
| XYZ | 20.57 | 19.04 | 10.18 | - |
| YUV | 120.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 80 | 0 | 0.27 | 0.48 | 0.40 | 25.95 | 0.32 | 0.46 |
| Hex | 9A | 70 | 50 | 0 | 1B | 30 | 28 | 1A | 20 | 2E |
| Octal | 232 | 160 | 120 | 0 | 33 | 60 | 50 | 32 | 40 | 56 |
| Binary | 10011010 | 1110000 | 1010000 | 0 | 11011 | 110000 | 101000 | 11010 | 100000 | 101110 |
Color Harmonies of #9A7050
Complementary color
Monochromatic Colors of #9A7050
Black with #9A7050
Text Example
Text Example
White with #9A7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7050; }
p { color: rgb(154,112,80); }
H1.HeaderClassName
{
color: #9A7050;
}
.AnyTagClassName
{
color: #9A7050;
}
</style>
background-color css
<style>
a { background-color: #9A7050; }
a { background-color: rgb(154,112,80); }
div.DivClassName
{
background-color: #9A7050;
}
.BgClassName
{
background-color: #9A7050;
}
</style>
border-color css
<style>
span { border-color: #9A7050; }
span { border-color: rgb(154,112,80); }
td.TdClassName
{
border-color: #9A7050;
}
.TagClassName
{
border-color: #9A7050;
}
</style>