Shades of Pale Brown #9A7151
Tints of Pale Brown #9A7151
RGB
CMYK
RGB Variations
Color information
#9A7151 (or 0x9A7151) is known color: Pale Brown. HEX triplet: 9A, 71 and 51. RGB value is (154,113,81). Sum of RGB (Red+Green+Blue) = 154+113+81=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7151 is #658EAE. Grayscale: #797979. Windows color (decimal): -6655663 or 5337498. OLE color: 5337498.
HSL color Cylindrical-coordinate representation of color #9A7151: hue angle of 26.3º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A7151 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 113 | 81 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.40 |
| HSL | 26.3º | 0.31% | 0.46% | - |
| HSV(B) | 26.3º | 0.47% | 0.6% | - |
| XYZ | 20.72 | 19.27 | 10.41 | - |
| YUV | 121.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 81 | 0 | 0.27 | 0.47 | 0.40 | 26.3 | 0.31 | 0.46 |
| Hex | 9A | 71 | 51 | 0 | 1B | 2F | 28 | 1A | 1F | 2E |
| Octal | 232 | 161 | 121 | 0 | 33 | 57 | 50 | 32 | 37 | 56 |
| Binary | 10011010 | 1110001 | 1010001 | 0 | 11011 | 101111 | 101000 | 11010 | 11111 | 101110 |
Color Harmonies of #9A7151
Complementary color
Monochromatic Colors of #9A7151
Black with #9A7151
Text Example
Text Example
White with #9A7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7151; }
p { color: rgb(154,113,81); }
H1.HeaderClassName
{
color: #9A7151;
}
.AnyTagClassName
{
color: #9A7151;
}
</style>
background-color css
<style>
a { background-color: #9A7151; }
a { background-color: rgb(154,113,81); }
div.DivClassName
{
background-color: #9A7151;
}
.BgClassName
{
background-color: #9A7151;
}
</style>
border-color css
<style>
span { border-color: #9A7151; }
span { border-color: rgb(154,113,81); }
td.TdClassName
{
border-color: #9A7151;
}
.TagClassName
{
border-color: #9A7151;
}
</style>