Shades of Pale Brown #9D7256
Tints of Pale Brown #9D7256
RGB
CMYK
RGB Variations
Color information
#9D7256 (or 0x9D7256) is known color: Pale Brown. HEX triplet: 9D, 72 and 56. RGB value is (157,114,86). Sum of RGB (Red+Green+Blue) = 157+114+86=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7256 is #628DA9. Grayscale: #7B7B7B. Windows color (decimal): -6458794 or 5665437. OLE color: 5665437.
HSL color Cylindrical-coordinate representation of color #9D7256: hue angle of 23.66º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D7256 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 114 | 86 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.38 |
| HSL | 23.66º | 0.29% | 0.48% | - |
| HSV(B) | 23.66º | 0.45% | 0.62% | - |
| XYZ | 21.6 | 19.87 | 11.5 | - |
| YUV | 123.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 86 | 0 | 0.27 | 0.45 | 0.38 | 23.66 | 0.29 | 0.48 |
| Hex | 9D | 72 | 56 | 0 | 1B | 2D | 26 | 18 | 1D | 30 |
| Octal | 235 | 162 | 126 | 0 | 33 | 55 | 46 | 30 | 35 | 60 |
| Binary | 10011101 | 1110010 | 1010110 | 0 | 11011 | 101101 | 100110 | 11000 | 11101 | 110000 |
Color Harmonies of #9D7256
Complementary color
Monochromatic Colors of #9D7256
Black with #9D7256
Text Example
Text Example
White with #9D7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7256; }
p { color: rgb(157,114,86); }
H1.HeaderClassName
{
color: #9D7256;
}
.AnyTagClassName
{
color: #9D7256;
}
</style>
background-color css
<style>
a { background-color: #9D7256; }
a { background-color: rgb(157,114,86); }
div.DivClassName
{
background-color: #9D7256;
}
.BgClassName
{
background-color: #9D7256;
}
</style>
border-color css
<style>
span { border-color: #9D7256; }
span { border-color: rgb(157,114,86); }
td.TdClassName
{
border-color: #9D7256;
}
.TagClassName
{
border-color: #9D7256;
}
</style>