Shades of Pale Brown #9A7751
Tints of Pale Brown #9A7751
RGB
CMYK
RGB Variations
Color information
#9A7751 (or 0x9A7751) is known color: Pale Brown. HEX triplet: 9A, 77 and 51. RGB value is (154,119,81). Sum of RGB (Red+Green+Blue) = 154+119+81=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7751 is #6588AE. Grayscale: #7D7D7D. Windows color (decimal): -6654127 or 5339034. OLE color: 5339034.
HSL color Cylindrical-coordinate representation of color #9A7751: hue angle of 31.23º 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 #9A7751 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 81 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.40 |
| HSL | 31.23º | 0.31% | 0.46% | - |
| HSV(B) | 31.23º | 0.47% | 0.6% | - |
| XYZ | 21.41 | 20.66 | 10.64 | - |
| YUV | 125.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 81 | 0 | 0.23 | 0.47 | 0.40 | 31.23 | 0.31 | 0.46 |
| Hex | 9A | 77 | 51 | 0 | 17 | 2F | 28 | 1F | 1F | 2E |
| Octal | 232 | 167 | 121 | 0 | 27 | 57 | 50 | 37 | 37 | 56 |
| Binary | 10011010 | 1110111 | 1010001 | 0 | 10111 | 101111 | 101000 | 11111 | 11111 | 101110 |
Color Harmonies of #9A7751
Complementary color
Monochromatic Colors of #9A7751
Black with #9A7751
Text Example
Text Example
White with #9A7751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7751; }
p { color: rgb(154,119,81); }
H1.HeaderClassName
{
color: #9A7751;
}
.AnyTagClassName
{
color: #9A7751;
}
</style>
background-color css
<style>
a { background-color: #9A7751; }
a { background-color: rgb(154,119,81); }
div.DivClassName
{
background-color: #9A7751;
}
.BgClassName
{
background-color: #9A7751;
}
</style>
border-color css
<style>
span { border-color: #9A7751; }
span { border-color: rgb(154,119,81); }
td.TdClassName
{
border-color: #9A7751;
}
.TagClassName
{
border-color: #9A7751;
}
</style>