Shades of Clay Creek #898451
Tints of Clay Creek #898451
RGB
CMYK
RGB Variations
Color information
#898451 (or 0x898451) is known color: Clay Creek. HEX triplet: 89, 84 and 51. RGB value is (137,132,81). Sum of RGB (Red+Green+Blue) = 137+132+81=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #898451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898451 is #767BAE. Grayscale: #7F7F7F. Windows color (decimal): -7764911 or 5342345. OLE color: 5342345.
HSL color Cylindrical-coordinate representation of color #898451: hue angle of 54.64º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #898451 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 81 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.46 |
| HSL | 54.64º | 0.26% | 0.43% | - |
| HSV(B) | 54.64º | 0.41% | 0.54% | - |
| XYZ | 20.05 | 22.41 | 11.05 | - |
| YUV | 127.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 81 | 0 | 0.04 | 0.41 | 0.46 | 54.64 | 0.26 | 0.43 |
| Hex | 89 | 84 | 51 | 0 | 4 | 29 | 2E | 37 | 1A | 2B |
| Octal | 211 | 204 | 121 | 0 | 4 | 51 | 56 | 67 | 32 | 53 |
| Binary | 10001001 | 10000100 | 1010001 | 0 | 100 | 101001 | 101110 | 110111 | 11010 | 101011 |
Color Harmonies of #898451
Complementary color
Monochromatic Colors of #898451
Black with #898451
Text Example
Text Example
White with #898451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898451; }
p { color: rgb(137,132,81); }
H1.HeaderClassName
{
color: #898451;
}
.AnyTagClassName
{
color: #898451;
}
</style>
background-color css
<style>
a { background-color: #898451; }
a { background-color: rgb(137,132,81); }
div.DivClassName
{
background-color: #898451;
}
.BgClassName
{
background-color: #898451;
}
</style>
border-color css
<style>
span { border-color: #898451; }
span { border-color: rgb(137,132,81); }
td.TdClassName
{
border-color: #898451;
}
.TagClassName
{
border-color: #898451;
}
</style>