Shades of Pale Brown #9D755A
Tints of Pale Brown #9D755A
RGB
CMYK
RGB Variations
Color information
#9D755A (or 0x9D755A) is known color: Pale Brown. HEX triplet: 9D, 75 and 5A. RGB value is (157,117,90). Sum of RGB (Red+Green+Blue) = 157+117+90=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D755A is #628AA5. Grayscale: #7E7E7E. Windows color (decimal): -6458022 or 5928349. OLE color: 5928349.
HSL color Cylindrical-coordinate representation of color #9D755A: hue angle of 24.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D755A is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 90 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.38 |
| HSL | 24.18º | 0.27% | 0.48% | - |
| HSV(B) | 24.18º | 0.43% | 0.62% | - |
| XYZ | 22.11 | 20.63 | 12.49 | - |
| YUV | 125.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 90 | 0 | 0.25 | 0.43 | 0.38 | 24.18 | 0.27 | 0.48 |
| Hex | 9D | 75 | 5A | 0 | 19 | 2B | 26 | 18 | 1B | 30 |
| Octal | 235 | 165 | 132 | 0 | 31 | 53 | 46 | 30 | 33 | 60 |
| Binary | 10011101 | 1110101 | 1011010 | 0 | 11001 | 101011 | 100110 | 11000 | 11011 | 110000 |
Color Harmonies of #9D755A
Complementary color
Monochromatic Colors of #9D755A
Black with #9D755A
Text Example
Text Example
White with #9D755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D755A; }
p { color: rgb(157,117,90); }
H1.HeaderClassName
{
color: #9D755A;
}
.AnyTagClassName
{
color: #9D755A;
}
</style>
background-color css
<style>
a { background-color: #9D755A; }
a { background-color: rgb(157,117,90); }
div.DivClassName
{
background-color: #9D755A;
}
.BgClassName
{
background-color: #9D755A;
}
</style>
border-color css
<style>
span { border-color: #9D755A; }
span { border-color: rgb(157,117,90); }
td.TdClassName
{
border-color: #9D755A;
}
.TagClassName
{
border-color: #9D755A;
}
</style>