Shades of Pale Brown #9D754D
Tints of Pale Brown #9D754D
RGB
CMYK
RGB Variations
Color information
#9D754D (or 0x9D754D) is known color: Pale Brown. HEX triplet: 9D, 75 and 4D. RGB value is (157,117,77). Sum of RGB (Red+Green+Blue) = 157+117+77=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D754D is #628AB2. Grayscale: #7C7C7C. Windows color (decimal): -6458035 or 5076381. OLE color: 5076381.
HSL color Cylindrical-coordinate representation of color #9D754D: hue angle of 30º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D754D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 77 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.38 |
| HSL | 30º | 0.34% | 0.46% | - |
| HSV(B) | 30º | 0.51% | 0.62% | - |
| XYZ | 21.61 | 20.43 | 9.83 | - |
| YUV | 124.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 77 | 0 | 0.25 | 0.51 | 0.38 | 30 | 0.34 | 0.46 |
| Hex | 9D | 75 | 4D | 0 | 19 | 33 | 26 | 1E | 22 | 2E |
| Octal | 235 | 165 | 115 | 0 | 31 | 63 | 46 | 36 | 42 | 56 |
| Binary | 10011101 | 1110101 | 1001101 | 0 | 11001 | 110011 | 100110 | 11110 | 100010 | 101110 |
Color Harmonies of #9D754D
Complementary color
Monochromatic Colors of #9D754D
Black with #9D754D
Text Example
Text Example
White with #9D754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D754D; }
p { color: rgb(157,117,77); }
H1.HeaderClassName
{
color: #9D754D;
}
.AnyTagClassName
{
color: #9D754D;
}
</style>
background-color css
<style>
a { background-color: #9D754D; }
a { background-color: rgb(157,117,77); }
div.DivClassName
{
background-color: #9D754D;
}
.BgClassName
{
background-color: #9D754D;
}
</style>
border-color css
<style>
span { border-color: #9D754D; }
span { border-color: rgb(157,117,77); }
td.TdClassName
{
border-color: #9D754D;
}
.TagClassName
{
border-color: #9D754D;
}
</style>