Shades of Pale Brown #997852
Tints of Pale Brown #997852
RGB
CMYK
RGB Variations
Color information
#997852 (or 0x997852) is known color: Pale Brown. HEX triplet: 99, 78 and 52. RGB value is (153,120,82). Sum of RGB (Red+Green+Blue) = 153+120+82=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #997852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997852 is #6687AD. Grayscale: #7D7D7D. Windows color (decimal): -6719406 or 5404825. OLE color: 5404825.
HSL color Cylindrical-coordinate representation of color #997852: hue angle of 32.11º 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 #997852 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 82 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.4 |
| HSL | 32.11º | 0.3% | 0.46% | - |
| HSV(B) | 32.11º | 0.46% | 0.6% | - |
| XYZ | 21.38 | 20.81 | 10.87 | - |
| YUV | 125.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 82 | 0 | 0.22 | 0.46 | 0.4 | 32.11 | 0.3 | 0.46 |
| Hex | 99 | 78 | 52 | 0 | 16 | 2E | 28 | 20 | 1E | 2E |
| Octal | 231 | 170 | 122 | 0 | 26 | 56 | 50 | 40 | 36 | 56 |
| Binary | 10011001 | 1111000 | 1010010 | 0 | 10110 | 101110 | 101000 | 100000 | 11110 | 101110 |
Color Harmonies of #997852
Complementary color
Monochromatic Colors of #997852
Black with #997852
Text Example
Text Example
White with #997852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997852; }
p { color: rgb(153,120,82); }
H1.HeaderClassName
{
color: #997852;
}
.AnyTagClassName
{
color: #997852;
}
</style>
background-color css
<style>
a { background-color: #997852; }
a { background-color: rgb(153,120,82); }
div.DivClassName
{
background-color: #997852;
}
.BgClassName
{
background-color: #997852;
}
</style>
border-color css
<style>
span { border-color: #997852; }
span { border-color: rgb(153,120,82); }
td.TdClassName
{
border-color: #997852;
}
.TagClassName
{
border-color: #997852;
}
</style>