Shades of Pale Brown #9F7250
Tints of Pale Brown #9F7250
RGB
CMYK
RGB Variations
Color information
#9F7250 (or 0x9F7250) is known color: Pale Brown. HEX triplet: 9F, 72 and 50. RGB value is (159,114,80). Sum of RGB (Red+Green+Blue) = 159+114+80=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7250 is #608DAF. Grayscale: #7B7B7B. Windows color (decimal): -6327728 or 5272223. OLE color: 5272223.
HSL color Cylindrical-coordinate representation of color #9F7250: hue angle of 25.82º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F7250 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 80 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.38 |
| HSL | 25.82º | 0.33% | 0.47% | - |
| HSV(B) | 25.82º | 0.5% | 0.62% | - |
| XYZ | 21.76 | 19.98 | 10.3 | - |
| YUV | 123.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 80 | 0 | 0.28 | 0.50 | 0.38 | 25.82 | 0.33 | 0.47 |
| Hex | 9F | 72 | 50 | 0 | 1C | 32 | 26 | 1A | 21 | 2F |
| Octal | 237 | 162 | 120 | 0 | 34 | 62 | 46 | 32 | 41 | 57 |
| Binary | 10011111 | 1110010 | 1010000 | 0 | 11100 | 110010 | 100110 | 11010 | 100001 | 101111 |
Color Harmonies of #9F7250
Complementary color
Monochromatic Colors of #9F7250
Black with #9F7250
Text Example
Text Example
White with #9F7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7250; }
p { color: rgb(159,114,80); }
H1.HeaderClassName
{
color: #9F7250;
}
.AnyTagClassName
{
color: #9F7250;
}
</style>
background-color css
<style>
a { background-color: #9F7250; }
a { background-color: rgb(159,114,80); }
div.DivClassName
{
background-color: #9F7250;
}
.BgClassName
{
background-color: #9F7250;
}
</style>
border-color css
<style>
span { border-color: #9F7250; }
span { border-color: rgb(159,114,80); }
td.TdClassName
{
border-color: #9F7250;
}
.TagClassName
{
border-color: #9F7250;
}
</style>