Shades of Pale Brown #997553
Tints of Pale Brown #997553
RGB
CMYK
RGB Variations
Color information
#997553 (or 0x997553) is known color: Pale Brown. HEX triplet: 99, 75 and 53. RGB value is (153,117,83). Sum of RGB (Red+Green+Blue) = 153+117+83=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #997553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997553 is #668AAC. Grayscale: #7C7C7C. Windows color (decimal): -6720173 or 5469593. OLE color: 5469593.
HSL color Cylindrical-coordinate representation of color #997553: hue angle of 29.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997553 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 83 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.4 |
| HSL | 29.14º | 0.3% | 0.46% | - |
| HSV(B) | 29.14º | 0.46% | 0.6% | - |
| XYZ | 21.06 | 20.12 | 10.96 | - |
| YUV | 123.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 83 | 0 | 0.24 | 0.46 | 0.4 | 29.14 | 0.3 | 0.46 |
| Hex | 99 | 75 | 53 | 0 | 18 | 2E | 28 | 1D | 1E | 2E |
| Octal | 231 | 165 | 123 | 0 | 30 | 56 | 50 | 35 | 36 | 56 |
| Binary | 10011001 | 1110101 | 1010011 | 0 | 11000 | 101110 | 101000 | 11101 | 11110 | 101110 |
Color Harmonies of #997553
Complementary color
Monochromatic Colors of #997553
Black with #997553
Text Example
Text Example
White with #997553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997553; }
p { color: rgb(153,117,83); }
H1.HeaderClassName
{
color: #997553;
}
.AnyTagClassName
{
color: #997553;
}
</style>
background-color css
<style>
a { background-color: #997553; }
a { background-color: rgb(153,117,83); }
div.DivClassName
{
background-color: #997553;
}
.BgClassName
{
background-color: #997553;
}
</style>
border-color css
<style>
span { border-color: #997553; }
span { border-color: rgb(153,117,83); }
td.TdClassName
{
border-color: #997553;
}
.TagClassName
{
border-color: #997553;
}
</style>