Shades of Pale Brown #9D704B
Tints of Pale Brown #9D704B
RGB
CMYK
RGB Variations
Color information
#9D704B (or 0x9D704B) is known color: Pale Brown. HEX triplet: 9D, 70 and 4B. RGB value is (157,112,75). Sum of RGB (Red+Green+Blue) = 157+112+75=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D704B is #628FB4. Grayscale: #797979. Windows color (decimal): -6459317 or 4944029. OLE color: 4944029.
HSL color Cylindrical-coordinate representation of color #9D704B: hue angle of 27.07º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D704B is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 75 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.38 |
| HSL | 27.07º | 0.35% | 0.45% | - |
| HSV(B) | 27.07º | 0.52% | 0.62% | - |
| XYZ | 20.97 | 19.26 | 9.27 | - |
| YUV | 121.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 75 | 0 | 0.29 | 0.52 | 0.38 | 27.07 | 0.35 | 0.45 |
| Hex | 9D | 70 | 4B | 0 | 1D | 34 | 26 | 1B | 23 | 2D |
| Octal | 235 | 160 | 113 | 0 | 35 | 64 | 46 | 33 | 43 | 55 |
| Binary | 10011101 | 1110000 | 1001011 | 0 | 11101 | 110100 | 100110 | 11011 | 100011 | 101101 |
Color Harmonies of #9D704B
Complementary color
Monochromatic Colors of #9D704B
Black with #9D704B
Text Example
Text Example
White with #9D704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D704B; }
p { color: rgb(157,112,75); }
H1.HeaderClassName
{
color: #9D704B;
}
.AnyTagClassName
{
color: #9D704B;
}
</style>
background-color css
<style>
a { background-color: #9D704B; }
a { background-color: rgb(157,112,75); }
div.DivClassName
{
background-color: #9D704B;
}
.BgClassName
{
background-color: #9D704B;
}
</style>
border-color css
<style>
span { border-color: #9D704B; }
span { border-color: rgb(157,112,75); }
td.TdClassName
{
border-color: #9D704B;
}
.TagClassName
{
border-color: #9D704B;
}
</style>