Shades of Pale Brown #997550
Tints of Pale Brown #997550
RGB
CMYK
RGB Variations
Color information
#997550 (or 0x997550) is known color: Pale Brown. HEX triplet: 99, 75 and 50. RGB value is (153,117,80). Sum of RGB (Red+Green+Blue) = 153+117+80=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #997550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997550 is #668AAF. Grayscale: #7B7B7B. Windows color (decimal): -6720176 or 5272985. OLE color: 5272985.
HSL color Cylindrical-coordinate representation of color #997550: hue angle of 30.41º 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 #997550 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 80 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.4 |
| HSL | 30.41º | 0.31% | 0.46% | - |
| HSV(B) | 30.41º | 0.48% | 0.6% | - |
| XYZ | 20.95 | 20.07 | 10.36 | - |
| YUV | 123.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 80 | 0 | 0.24 | 0.48 | 0.4 | 30.41 | 0.31 | 0.46 |
| Hex | 99 | 75 | 50 | 0 | 18 | 30 | 28 | 1E | 1F | 2E |
| Octal | 231 | 165 | 120 | 0 | 30 | 60 | 50 | 36 | 37 | 56 |
| Binary | 10011001 | 1110101 | 1010000 | 0 | 11000 | 110000 | 101000 | 11110 | 11111 | 101110 |
Color Harmonies of #997550
Complementary color
Monochromatic Colors of #997550
Black with #997550
Text Example
Text Example
White with #997550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997550; }
p { color: rgb(153,117,80); }
H1.HeaderClassName
{
color: #997550;
}
.AnyTagClassName
{
color: #997550;
}
</style>
background-color css
<style>
a { background-color: #997550; }
a { background-color: rgb(153,117,80); }
div.DivClassName
{
background-color: #997550;
}
.BgClassName
{
background-color: #997550;
}
</style>
border-color css
<style>
span { border-color: #997550; }
span { border-color: rgb(153,117,80); }
td.TdClassName
{
border-color: #997550;
}
.TagClassName
{
border-color: #997550;
}
</style>