Shades of Pale Brown #997050
Tints of Pale Brown #997050
RGB
CMYK
RGB Variations
Color information
#997050 (or 0x997050) is known color: Pale Brown. HEX triplet: 99, 70 and 50. RGB value is (153,112,80). Sum of RGB (Red+Green+Blue) = 153+112+80=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #997050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997050 is #668FAF. Grayscale: #787878. Windows color (decimal): -6721456 or 5271705. OLE color: 5271705.
HSL color Cylindrical-coordinate representation of color #997050: hue angle of 26.3º 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 #997050 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 80 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.4 |
| HSL | 26.3º | 0.31% | 0.46% | - |
| HSV(B) | 26.3º | 0.48% | 0.6% | - |
| XYZ | 20.38 | 18.94 | 10.17 | - |
| YUV | 120.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 80 | 0 | 0.27 | 0.48 | 0.4 | 26.3 | 0.31 | 0.46 |
| Hex | 99 | 70 | 50 | 0 | 1B | 30 | 28 | 1A | 1F | 2E |
| Octal | 231 | 160 | 120 | 0 | 33 | 60 | 50 | 32 | 37 | 56 |
| Binary | 10011001 | 1110000 | 1010000 | 0 | 11011 | 110000 | 101000 | 11010 | 11111 | 101110 |
Color Harmonies of #997050
Complementary color
Monochromatic Colors of #997050
Black with #997050
Text Example
Text Example
White with #997050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997050; }
p { color: rgb(153,112,80); }
H1.HeaderClassName
{
color: #997050;
}
.AnyTagClassName
{
color: #997050;
}
</style>
background-color css
<style>
a { background-color: #997050; }
a { background-color: rgb(153,112,80); }
div.DivClassName
{
background-color: #997050;
}
.BgClassName
{
background-color: #997050;
}
</style>
border-color css
<style>
span { border-color: #997050; }
span { border-color: rgb(153,112,80); }
td.TdClassName
{
border-color: #997050;
}
.TagClassName
{
border-color: #997050;
}
</style>