Shades of Pale Brown #977852
Tints of Pale Brown #977852
RGB
CMYK
RGB Variations
Color information
#977852 (or 0x977852) is known color: Pale Brown. HEX triplet: 97, 78 and 52. RGB value is (151,120,82). Sum of RGB (Red+Green+Blue) = 151+120+82=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #977852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977852 is #6887AD. Grayscale: #7D7D7D. Windows color (decimal): -6850478 or 5404823. OLE color: 5404823.
HSL color Cylindrical-coordinate representation of color #977852: hue angle of 33.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #977852 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 120 | 82 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.41 |
| HSL | 33.04º | 0.3% | 0.46% | - |
| HSV(B) | 33.04º | 0.46% | 0.59% | - |
| XYZ | 21 | 20.62 | 10.86 | - |
| YUV | 124.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 82 | 0 | 0.21 | 0.46 | 0.41 | 33.04 | 0.3 | 0.46 |
| Hex | 97 | 78 | 52 | 0 | 15 | 2E | 29 | 21 | 1E | 2E |
| Octal | 227 | 170 | 122 | 0 | 25 | 56 | 51 | 41 | 36 | 56 |
| Binary | 10010111 | 1111000 | 1010010 | 0 | 10101 | 101110 | 101001 | 100001 | 11110 | 101110 |
Color Harmonies of #977852
Complementary color
Monochromatic Colors of #977852
Black with #977852
Text Example
Text Example
White with #977852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977852; }
p { color: rgb(151,120,82); }
H1.HeaderClassName
{
color: #977852;
}
.AnyTagClassName
{
color: #977852;
}
</style>
background-color css
<style>
a { background-color: #977852; }
a { background-color: rgb(151,120,82); }
div.DivClassName
{
background-color: #977852;
}
.BgClassName
{
background-color: #977852;
}
</style>
border-color css
<style>
span { border-color: #977852; }
span { border-color: rgb(151,120,82); }
td.TdClassName
{
border-color: #977852;
}
.TagClassName
{
border-color: #977852;
}
</style>