Shades of Pale Brown #9A7047
Tints of Pale Brown #9A7047
RGB
CMYK
RGB Variations
Color information
#9A7047 (or 0x9A7047) is known color: Pale Brown. HEX triplet: 9A, 70 and 47. RGB value is (154,112,71). Sum of RGB (Red+Green+Blue) = 154+112+71=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7047 is #658FB8. Grayscale: #787878. Windows color (decimal): -6655929 or 4681882. OLE color: 4681882.
HSL color Cylindrical-coordinate representation of color #9A7047: hue angle of 29.64º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A7047 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 71 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.40 |
| HSL | 29.64º | 0.37% | 0.44% | - |
| HSV(B) | 29.64º | 0.54% | 0.6% | - |
| XYZ | 20.26 | 18.91 | 8.54 | - |
| YUV | 119.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 71 | 0 | 0.27 | 0.54 | 0.40 | 29.64 | 0.37 | 0.44 |
| Hex | 9A | 70 | 47 | 0 | 1B | 36 | 28 | 1E | 25 | 2C |
| Octal | 232 | 160 | 107 | 0 | 33 | 66 | 50 | 36 | 45 | 54 |
| Binary | 10011010 | 1110000 | 1000111 | 0 | 11011 | 110110 | 101000 | 11110 | 100101 | 101100 |
Color Harmonies of #9A7047
Complementary color
Monochromatic Colors of #9A7047
Black with #9A7047
Text Example
Text Example
White with #9A7047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7047; }
p { color: rgb(154,112,71); }
H1.HeaderClassName
{
color: #9A7047;
}
.AnyTagClassName
{
color: #9A7047;
}
</style>
background-color css
<style>
a { background-color: #9A7047; }
a { background-color: rgb(154,112,71); }
div.DivClassName
{
background-color: #9A7047;
}
.BgClassName
{
background-color: #9A7047;
}
</style>
border-color css
<style>
span { border-color: #9A7047; }
span { border-color: rgb(154,112,71); }
td.TdClassName
{
border-color: #9A7047;
}
.TagClassName
{
border-color: #9A7047;
}
</style>