Shades of Pale Brown #997850
Tints of Pale Brown #997850
RGB
CMYK
RGB Variations
Color information
#997850 (or 0x997850) is known color: Pale Brown. HEX triplet: 99, 78 and 50. RGB value is (153,120,80). Sum of RGB (Red+Green+Blue) = 153+120+80=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #997850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997850 is #6687AF. Grayscale: #7D7D7D. Windows color (decimal): -6719408 or 5273753. OLE color: 5273753.
HSL color Cylindrical-coordinate representation of color #997850: hue angle of 32.88º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997850 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 80 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.4 |
| HSL | 32.88º | 0.31% | 0.46% | - |
| HSV(B) | 32.88º | 0.48% | 0.6% | - |
| XYZ | 21.3 | 20.78 | 10.48 | - |
| YUV | 125.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 80 | 0 | 0.22 | 0.48 | 0.4 | 32.88 | 0.31 | 0.46 |
| Hex | 99 | 78 | 50 | 0 | 16 | 30 | 28 | 21 | 1F | 2E |
| Octal | 231 | 170 | 120 | 0 | 26 | 60 | 50 | 41 | 37 | 56 |
| Binary | 10011001 | 1111000 | 1010000 | 0 | 10110 | 110000 | 101000 | 100001 | 11111 | 101110 |
Color Harmonies of #997850
Complementary color
Monochromatic Colors of #997850
Black with #997850
Text Example
Text Example
White with #997850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997850; }
p { color: rgb(153,120,80); }
H1.HeaderClassName
{
color: #997850;
}
.AnyTagClassName
{
color: #997850;
}
</style>
background-color css
<style>
a { background-color: #997850; }
a { background-color: rgb(153,120,80); }
div.DivClassName
{
background-color: #997850;
}
.BgClassName
{
background-color: #997850;
}
</style>
border-color css
<style>
span { border-color: #997850; }
span { border-color: rgb(153,120,80); }
td.TdClassName
{
border-color: #997850;
}
.TagClassName
{
border-color: #997850;
}
</style>