Shades of Pale Brown #9D7450
Tints of Pale Brown #9D7450
RGB
CMYK
RGB Variations
Color information
#9D7450 (or 0x9D7450) is known color: Pale Brown. HEX triplet: 9D, 74 and 50. RGB value is (157,116,80). Sum of RGB (Red+Green+Blue) = 157+116+80=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7450 is #628BAF. Grayscale: #7C7C7C. Windows color (decimal): -6458288 or 5272733. OLE color: 5272733.
HSL color Cylindrical-coordinate representation of color #9D7450: hue angle of 28.05º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D7450 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 116 | 80 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.38 |
| HSL | 28.05º | 0.32% | 0.46% | - |
| HSV(B) | 28.05º | 0.49% | 0.62% | - |
| XYZ | 21.6 | 20.24 | 10.36 | - |
| YUV | 124.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 116 | 80 | 0 | 0.26 | 0.49 | 0.38 | 28.05 | 0.32 | 0.46 |
| Hex | 9D | 74 | 50 | 0 | 1A | 31 | 26 | 1C | 20 | 2E |
| Octal | 235 | 164 | 120 | 0 | 32 | 61 | 46 | 34 | 40 | 56 |
| Binary | 10011101 | 1110100 | 1010000 | 0 | 11010 | 110001 | 100110 | 11100 | 100000 | 101110 |
Color Harmonies of #9D7450
Complementary color
Monochromatic Colors of #9D7450
Black with #9D7450
Text Example
Text Example
White with #9D7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7450; }
p { color: rgb(157,116,80); }
H1.HeaderClassName
{
color: #9D7450;
}
.AnyTagClassName
{
color: #9D7450;
}
</style>
background-color css
<style>
a { background-color: #9D7450; }
a { background-color: rgb(157,116,80); }
div.DivClassName
{
background-color: #9D7450;
}
.BgClassName
{
background-color: #9D7450;
}
</style>
border-color css
<style>
span { border-color: #9D7450; }
span { border-color: rgb(157,116,80); }
td.TdClassName
{
border-color: #9D7450;
}
.TagClassName
{
border-color: #9D7450;
}
</style>