Shades of Clay Creek #897D57
Tints of Clay Creek #897D57
RGB
CMYK
RGB Variations
Color information
#897D57 (or 0x897D57) is known color: Clay Creek. HEX triplet: 89, 7D and 57. RGB value is (137,125,87). Sum of RGB (Red+Green+Blue) = 137+125+87=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #897D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D57 is #7682A8. Grayscale: #7C7C7C. Windows color (decimal): -7766697 or 5733769. OLE color: 5733769.
HSL color Cylindrical-coordinate representation of color #897D57: hue angle of 45.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #897D57 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 87 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.46 |
| HSL | 45.6º | 0.22% | 0.44% | - |
| HSV(B) | 45.6º | 0.36% | 0.54% | - |
| XYZ | 19.37 | 20.67 | 11.99 | - |
| YUV | 124.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 87 | 0 | 0.09 | 0.36 | 0.46 | 45.6 | 0.22 | 0.44 |
| Hex | 89 | 7D | 57 | 0 | 9 | 24 | 2E | 2E | 16 | 2C |
| Octal | 211 | 175 | 127 | 0 | 11 | 44 | 56 | 56 | 26 | 54 |
| Binary | 10001001 | 1111101 | 1010111 | 0 | 1001 | 100100 | 101110 | 101110 | 10110 | 101100 |
Color Harmonies of #897D57
Complementary color
Monochromatic Colors of #897D57
Black with #897D57
Text Example
Text Example
White with #897D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D57; }
p { color: rgb(137,125,87); }
H1.HeaderClassName
{
color: #897D57;
}
.AnyTagClassName
{
color: #897D57;
}
</style>
background-color css
<style>
a { background-color: #897D57; }
a { background-color: rgb(137,125,87); }
div.DivClassName
{
background-color: #897D57;
}
.BgClassName
{
background-color: #897D57;
}
</style>
border-color css
<style>
span { border-color: #897D57; }
span { border-color: rgb(137,125,87); }
td.TdClassName
{
border-color: #897D57;
}
.TagClassName
{
border-color: #897D57;
}
</style>