Shades of Pale Brown #9A7353
Tints of Pale Brown #9A7353
RGB
CMYK
RGB Variations
Color information
#9A7353 (or 0x9A7353) is known color: Pale Brown. HEX triplet: 9A, 73 and 53. RGB value is (154,115,83). Sum of RGB (Red+Green+Blue) = 154+115+83=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7353 is #658CAC. Grayscale: #7B7B7B. Windows color (decimal): -6655149 or 5469082. OLE color: 5469082.
HSL color Cylindrical-coordinate representation of color #9A7353: hue angle of 27.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A7353 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 83 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.40 |
| HSL | 27.04º | 0.3% | 0.46% | - |
| HSV(B) | 27.04º | 0.46% | 0.6% | - |
| XYZ | 21.02 | 19.76 | 10.89 | - |
| YUV | 123.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 83 | 0 | 0.25 | 0.46 | 0.40 | 27.04 | 0.3 | 0.46 |
| Hex | 9A | 73 | 53 | 0 | 19 | 2E | 28 | 1B | 1E | 2E |
| Octal | 232 | 163 | 123 | 0 | 31 | 56 | 50 | 33 | 36 | 56 |
| Binary | 10011010 | 1110011 | 1010011 | 0 | 11001 | 101110 | 101000 | 11011 | 11110 | 101110 |
Color Harmonies of #9A7353
Complementary color
Monochromatic Colors of #9A7353
Black with #9A7353
Text Example
Text Example
White with #9A7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7353; }
p { color: rgb(154,115,83); }
H1.HeaderClassName
{
color: #9A7353;
}
.AnyTagClassName
{
color: #9A7353;
}
</style>
background-color css
<style>
a { background-color: #9A7353; }
a { background-color: rgb(154,115,83); }
div.DivClassName
{
background-color: #9A7353;
}
.BgClassName
{
background-color: #9A7353;
}
</style>
border-color css
<style>
span { border-color: #9A7353; }
span { border-color: rgb(154,115,83); }
td.TdClassName
{
border-color: #9A7353;
}
.TagClassName
{
border-color: #9A7353;
}
</style>