Shades of Pale Brown #977451
Tints of Pale Brown #977451
RGB
CMYK
RGB Variations
Color information
#977451 (or 0x977451) is known color: Pale Brown. HEX triplet: 97, 74 and 51. RGB value is (151,116,81). Sum of RGB (Red+Green+Blue) = 151+116+81=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #977451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977451 is #688BAE. Grayscale: #7A7A7A. Windows color (decimal): -6851503 or 5338263. OLE color: 5338263.
HSL color Cylindrical-coordinate representation of color #977451: hue angle of 30º 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 #977451 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 116 | 81 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.41 |
| HSL | 30º | 0.3% | 0.45% | - |
| HSV(B) | 30º | 0.46% | 0.59% | - |
| XYZ | 20.49 | 19.66 | 10.5 | - |
| YUV | 122.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 116 | 81 | 0 | 0.23 | 0.46 | 0.41 | 30 | 0.3 | 0.45 |
| Hex | 97 | 74 | 51 | 0 | 17 | 2E | 29 | 1E | 1E | 2D |
| Octal | 227 | 164 | 121 | 0 | 27 | 56 | 51 | 36 | 36 | 55 |
| Binary | 10010111 | 1110100 | 1010001 | 0 | 10111 | 101110 | 101001 | 11110 | 11110 | 101101 |
Color Harmonies of #977451
Complementary color
Monochromatic Colors of #977451
Black with #977451
Text Example
Text Example
White with #977451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977451; }
p { color: rgb(151,116,81); }
H1.HeaderClassName
{
color: #977451;
}
.AnyTagClassName
{
color: #977451;
}
</style>
background-color css
<style>
a { background-color: #977451; }
a { background-color: rgb(151,116,81); }
div.DivClassName
{
background-color: #977451;
}
.BgClassName
{
background-color: #977451;
}
</style>
border-color css
<style>
span { border-color: #977451; }
span { border-color: rgb(151,116,81); }
td.TdClassName
{
border-color: #977451;
}
.TagClassName
{
border-color: #977451;
}
</style>