Shades of Pale Brown #977850
Tints of Pale Brown #977850
RGB
CMYK
RGB Variations
Color information
#977850 (or 0x977850) is known color: Pale Brown. HEX triplet: 97, 78 and 50. RGB value is (151,120,80). Sum of RGB (Red+Green+Blue) = 151+120+80=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #977850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977850 is #6887AF. Grayscale: #7C7C7C. Windows color (decimal): -6850480 or 5273751. OLE color: 5273751.
HSL color Cylindrical-coordinate representation of color #977850: hue angle of 33.8º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977850 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 120 | 80 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.41 |
| HSL | 33.8º | 0.31% | 0.45% | - |
| HSV(B) | 33.8º | 0.47% | 0.59% | - |
| XYZ | 20.93 | 20.59 | 10.46 | - |
| YUV | 124.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 80 | 0 | 0.21 | 0.47 | 0.41 | 33.8 | 0.31 | 0.45 |
| Hex | 97 | 78 | 50 | 0 | 15 | 2F | 29 | 22 | 1F | 2D |
| Octal | 227 | 170 | 120 | 0 | 25 | 57 | 51 | 42 | 37 | 55 |
| Binary | 10010111 | 1111000 | 1010000 | 0 | 10101 | 101111 | 101001 | 100010 | 11111 | 101101 |
Color Harmonies of #977850
Complementary color
Monochromatic Colors of #977850
Black with #977850
Text Example
Text Example
White with #977850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977850; }
p { color: rgb(151,120,80); }
H1.HeaderClassName
{
color: #977850;
}
.AnyTagClassName
{
color: #977850;
}
</style>
background-color css
<style>
a { background-color: #977850; }
a { background-color: rgb(151,120,80); }
div.DivClassName
{
background-color: #977850;
}
.BgClassName
{
background-color: #977850;
}
</style>
border-color css
<style>
span { border-color: #977850; }
span { border-color: rgb(151,120,80); }
td.TdClassName
{
border-color: #977850;
}
.TagClassName
{
border-color: #977850;
}
</style>