Shades of Pale Brown #977051
Tints of Pale Brown #977051
RGB
CMYK
RGB Variations
Color information
#977051 (or 0x977051) is known color: Pale Brown. HEX triplet: 97, 70 and 51. RGB value is (151,112,81). Sum of RGB (Red+Green+Blue) = 151+112+81=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #977051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977051 is #688FAE. Grayscale: #787878. Windows color (decimal): -6852527 or 5337239. OLE color: 5337239.
HSL color Cylindrical-coordinate representation of color #977051: hue angle of 26.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #977051 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 112 | 81 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.41 |
| HSL | 26.57º | 0.3% | 0.45% | - |
| HSV(B) | 26.57º | 0.46% | 0.59% | - |
| XYZ | 20.04 | 18.76 | 10.35 | - |
| YUV | 120.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 81 | 0 | 0.26 | 0.46 | 0.41 | 26.57 | 0.3 | 0.45 |
| Hex | 97 | 70 | 51 | 0 | 1A | 2E | 29 | 1B | 1E | 2D |
| Octal | 227 | 160 | 121 | 0 | 32 | 56 | 51 | 33 | 36 | 55 |
| Binary | 10010111 | 1110000 | 1010001 | 0 | 11010 | 101110 | 101001 | 11011 | 11110 | 101101 |
Color Harmonies of #977051
Complementary color
Monochromatic Colors of #977051
Black with #977051
Text Example
Text Example
White with #977051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977051; }
p { color: rgb(151,112,81); }
H1.HeaderClassName
{
color: #977051;
}
.AnyTagClassName
{
color: #977051;
}
</style>
background-color css
<style>
a { background-color: #977051; }
a { background-color: rgb(151,112,81); }
div.DivClassName
{
background-color: #977051;
}
.BgClassName
{
background-color: #977051;
}
</style>
border-color css
<style>
span { border-color: #977051; }
span { border-color: rgb(151,112,81); }
td.TdClassName
{
border-color: #977051;
}
.TagClassName
{
border-color: #977051;
}
</style>