Shades of Pale Brown #977555
Tints of Pale Brown #977555
RGB
CMYK
RGB Variations
Color information
#977555 (or 0x977555) is known color: Pale Brown. HEX triplet: 97, 75 and 55. RGB value is (151,117,85). Sum of RGB (Red+Green+Blue) = 151+117+85=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #977555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977555 is #688AAA. Grayscale: #7B7B7B. Windows color (decimal): -6851243 or 5600663. OLE color: 5600663.
HSL color Cylindrical-coordinate representation of color #977555: hue angle of 29.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #977555 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 117 | 85 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.41 |
| HSL | 29.09º | 0.28% | 0.46% | - |
| HSV(B) | 29.09º | 0.44% | 0.59% | - |
| XYZ | 20.76 | 19.96 | 11.35 | - |
| YUV | 123.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 117 | 85 | 0 | 0.23 | 0.44 | 0.41 | 29.09 | 0.28 | 0.46 |
| Hex | 97 | 75 | 55 | 0 | 17 | 2C | 29 | 1D | 1C | 2E |
| Octal | 227 | 165 | 125 | 0 | 27 | 54 | 51 | 35 | 34 | 56 |
| Binary | 10010111 | 1110101 | 1010101 | 0 | 10111 | 101100 | 101001 | 11101 | 11100 | 101110 |
Color Harmonies of #977555
Complementary color
Monochromatic Colors of #977555
Black with #977555
Text Example
Text Example
White with #977555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977555; }
p { color: rgb(151,117,85); }
H1.HeaderClassName
{
color: #977555;
}
.AnyTagClassName
{
color: #977555;
}
</style>
background-color css
<style>
a { background-color: #977555; }
a { background-color: rgb(151,117,85); }
div.DivClassName
{
background-color: #977555;
}
.BgClassName
{
background-color: #977555;
}
</style>
border-color css
<style>
span { border-color: #977555; }
span { border-color: rgb(151,117,85); }
td.TdClassName
{
border-color: #977555;
}
.TagClassName
{
border-color: #977555;
}
</style>