Shades of Pale Brown #9A7051
Tints of Pale Brown #9A7051
RGB
CMYK
RGB Variations
Color information
#9A7051 (or 0x9A7051) is known color: Pale Brown. HEX triplet: 9A, 70 and 51. RGB value is (154,112,81). Sum of RGB (Red+Green+Blue) = 154+112+81=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7051 is #658FAE. Grayscale: #797979. Windows color (decimal): -6655919 or 5337242. OLE color: 5337242.
HSL color Cylindrical-coordinate representation of color #9A7051: hue angle of 25.48º 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 #9A7051 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 81 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.40 |
| HSL | 25.48º | 0.31% | 0.46% | - |
| HSV(B) | 25.48º | 0.47% | 0.6% | - |
| XYZ | 20.61 | 19.05 | 10.38 | - |
| YUV | 121.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 81 | 0 | 0.27 | 0.47 | 0.40 | 25.48 | 0.31 | 0.46 |
| Hex | 9A | 70 | 51 | 0 | 1B | 2F | 28 | 19 | 1F | 2E |
| Octal | 232 | 160 | 121 | 0 | 33 | 57 | 50 | 31 | 37 | 56 |
| Binary | 10011010 | 1110000 | 1010001 | 0 | 11011 | 101111 | 101000 | 11001 | 11111 | 101110 |
Color Harmonies of #9A7051
Complementary color
Monochromatic Colors of #9A7051
Black with #9A7051
Text Example
Text Example
White with #9A7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7051; }
p { color: rgb(154,112,81); }
H1.HeaderClassName
{
color: #9A7051;
}
.AnyTagClassName
{
color: #9A7051;
}
</style>
background-color css
<style>
a { background-color: #9A7051; }
a { background-color: rgb(154,112,81); }
div.DivClassName
{
background-color: #9A7051;
}
.BgClassName
{
background-color: #9A7051;
}
</style>
border-color css
<style>
span { border-color: #9A7051; }
span { border-color: rgb(154,112,81); }
td.TdClassName
{
border-color: #9A7051;
}
.TagClassName
{
border-color: #9A7051;
}
</style>