Shades of Pale Brown #9D714B
Tints of Pale Brown #9D714B
RGB
CMYK
RGB Variations
Color information
#9D714B (or 0x9D714B) is known color: Pale Brown. HEX triplet: 9D, 71 and 4B. RGB value is (157,113,75). Sum of RGB (Red+Green+Blue) = 157+113+75=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D714B is #628EB4. Grayscale: #7A7A7A. Windows color (decimal): -6459061 or 4944285. OLE color: 4944285.
HSL color Cylindrical-coordinate representation of color #9D714B: hue angle of 27.8º 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 #9D714B is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 75 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.38 |
| HSL | 27.8º | 0.35% | 0.45% | - |
| HSV(B) | 27.8º | 0.52% | 0.62% | - |
| XYZ | 21.08 | 19.49 | 9.31 | - |
| YUV | 121.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 75 | 0 | 0.28 | 0.52 | 0.38 | 27.8 | 0.35 | 0.45 |
| Hex | 9D | 71 | 4B | 0 | 1C | 34 | 26 | 1C | 23 | 2D |
| Octal | 235 | 161 | 113 | 0 | 34 | 64 | 46 | 34 | 43 | 55 |
| Binary | 10011101 | 1110001 | 1001011 | 0 | 11100 | 110100 | 100110 | 11100 | 100011 | 101101 |
Color Harmonies of #9D714B
Complementary color
Monochromatic Colors of #9D714B
Black with #9D714B
Text Example
Text Example
White with #9D714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D714B; }
p { color: rgb(157,113,75); }
H1.HeaderClassName
{
color: #9D714B;
}
.AnyTagClassName
{
color: #9D714B;
}
</style>
background-color css
<style>
a { background-color: #9D714B; }
a { background-color: rgb(157,113,75); }
div.DivClassName
{
background-color: #9D714B;
}
.BgClassName
{
background-color: #9D714B;
}
</style>
border-color css
<style>
span { border-color: #9D714B; }
span { border-color: rgb(157,113,75); }
td.TdClassName
{
border-color: #9D714B;
}
.TagClassName
{
border-color: #9D714B;
}
</style>