Shades of Clay Creek #897C51
Tints of Clay Creek #897C51
RGB
CMYK
RGB Variations
Color information
#897C51 (or 0x897C51) is known color: Clay Creek. HEX triplet: 89, 7C and 51. RGB value is (137,124,81). Sum of RGB (Red+Green+Blue) = 137+124+81=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #897C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C51 is #7683AE. Grayscale: #7B7B7B. Windows color (decimal): -7766959 or 5340297. OLE color: 5340297.
HSL color Cylindrical-coordinate representation of color #897C51: hue angle of 46.07º 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 #897C51 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 81 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.46 |
| HSL | 46.07º | 0.26% | 0.43% | - |
| HSV(B) | 46.07º | 0.41% | 0.54% | - |
| XYZ | 19.01 | 20.33 | 10.71 | - |
| YUV | 122.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 81 | 0 | 0.09 | 0.41 | 0.46 | 46.07 | 0.26 | 0.43 |
| Hex | 89 | 7C | 51 | 0 | 9 | 29 | 2E | 2E | 1A | 2B |
| Octal | 211 | 174 | 121 | 0 | 11 | 51 | 56 | 56 | 32 | 53 |
| Binary | 10001001 | 1111100 | 1010001 | 0 | 1001 | 101001 | 101110 | 101110 | 11010 | 101011 |
Color Harmonies of #897C51
Complementary color
Monochromatic Colors of #897C51
Black with #897C51
Text Example
Text Example
White with #897C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C51; }
p { color: rgb(137,124,81); }
H1.HeaderClassName
{
color: #897C51;
}
.AnyTagClassName
{
color: #897C51;
}
</style>
background-color css
<style>
a { background-color: #897C51; }
a { background-color: rgb(137,124,81); }
div.DivClassName
{
background-color: #897C51;
}
.BgClassName
{
background-color: #897C51;
}
</style>
border-color css
<style>
span { border-color: #897C51; }
span { border-color: rgb(137,124,81); }
td.TdClassName
{
border-color: #897C51;
}
.TagClassName
{
border-color: #897C51;
}
</style>