Shades of Pale Brown #997953
Tints of Pale Brown #997953
RGB
CMYK
RGB Variations
Color information
#997953 (or 0x997953) is known color: Pale Brown. HEX triplet: 99, 79 and 53. RGB value is (153,121,83). Sum of RGB (Red+Green+Blue) = 153+121+83=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #997953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997953 is #6686AC. Grayscale: #7E7E7E. Windows color (decimal): -6719149 or 5470617. OLE color: 5470617.
HSL color Cylindrical-coordinate representation of color #997953: hue angle of 32.57º 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 #997953 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 83 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.4 |
| HSL | 32.57º | 0.3% | 0.46% | - |
| HSV(B) | 32.57º | 0.46% | 0.6% | - |
| XYZ | 21.54 | 21.07 | 11.12 | - |
| YUV | 126.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 83 | 0 | 0.21 | 0.46 | 0.4 | 32.57 | 0.3 | 0.46 |
| Hex | 99 | 79 | 53 | 0 | 15 | 2E | 28 | 21 | 1E | 2E |
| Octal | 231 | 171 | 123 | 0 | 25 | 56 | 50 | 41 | 36 | 56 |
| Binary | 10011001 | 1111001 | 1010011 | 0 | 10101 | 101110 | 101000 | 100001 | 11110 | 101110 |
Color Harmonies of #997953
Complementary color
Monochromatic Colors of #997953
Black with #997953
Text Example
Text Example
White with #997953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997953; }
p { color: rgb(153,121,83); }
H1.HeaderClassName
{
color: #997953;
}
.AnyTagClassName
{
color: #997953;
}
</style>
background-color css
<style>
a { background-color: #997953; }
a { background-color: rgb(153,121,83); }
div.DivClassName
{
background-color: #997953;
}
.BgClassName
{
background-color: #997953;
}
</style>
border-color css
<style>
span { border-color: #997953; }
span { border-color: rgb(153,121,83); }
td.TdClassName
{
border-color: #997953;
}
.TagClassName
{
border-color: #997953;
}
</style>