Shades of Pale Brown #9A7459
Tints of Pale Brown #9A7459
RGB
CMYK
RGB Variations
Color information
#9A7459 (or 0x9A7459) is known color: Pale Brown. HEX triplet: 9A, 74 and 59. RGB value is (154,116,89). Sum of RGB (Red+Green+Blue) = 154+116+89=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7459 is #658BA6. Grayscale: #7C7C7C. Windows color (decimal): -6654887 or 5862554. OLE color: 5862554.
HSL color Cylindrical-coordinate representation of color #9A7459: hue angle of 24.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7459 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 116 | 89 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.40 |
| HSL | 24.92º | 0.27% | 0.48% | - |
| HSV(B) | 24.92º | 0.42% | 0.6% | - |
| XYZ | 21.37 | 20.08 | 12.2 | - |
| YUV | 124.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 89 | 0 | 0.25 | 0.42 | 0.40 | 24.92 | 0.27 | 0.48 |
| Hex | 9A | 74 | 59 | 0 | 19 | 2A | 28 | 19 | 1B | 30 |
| Octal | 232 | 164 | 131 | 0 | 31 | 52 | 50 | 31 | 33 | 60 |
| Binary | 10011010 | 1110100 | 1011001 | 0 | 11001 | 101010 | 101000 | 11001 | 11011 | 110000 |
Color Harmonies of #9A7459
Complementary color
Monochromatic Colors of #9A7459
Black with #9A7459
Text Example
Text Example
White with #9A7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7459; }
p { color: rgb(154,116,89); }
H1.HeaderClassName
{
color: #9A7459;
}
.AnyTagClassName
{
color: #9A7459;
}
</style>
background-color css
<style>
a { background-color: #9A7459; }
a { background-color: rgb(154,116,89); }
div.DivClassName
{
background-color: #9A7459;
}
.BgClassName
{
background-color: #9A7459;
}
</style>
border-color css
<style>
span { border-color: #9A7459; }
span { border-color: rgb(154,116,89); }
td.TdClassName
{
border-color: #9A7459;
}
.TagClassName
{
border-color: #9A7459;
}
</style>