Shades of Clay Creek #897D51
Tints of Clay Creek #897D51
RGB
CMYK
RGB Variations
Color information
#897D51 (or 0x897D51) is known color: Clay Creek. HEX triplet: 89, 7D and 51. RGB value is (137,125,81). Sum of RGB (Red+Green+Blue) = 137+125+81=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #897D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D51 is #7682AE. Grayscale: #7B7B7B. Windows color (decimal): -7766703 or 5340553. OLE color: 5340553.
HSL color Cylindrical-coordinate representation of color #897D51: hue angle of 47.14º 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 #897D51 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 81 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.46 |
| HSL | 47.14º | 0.26% | 0.43% | - |
| HSV(B) | 47.14º | 0.41% | 0.54% | - |
| XYZ | 19.14 | 20.58 | 10.75 | - |
| YUV | 123.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 81 | 0 | 0.09 | 0.41 | 0.46 | 47.14 | 0.26 | 0.43 |
| Hex | 89 | 7D | 51 | 0 | 9 | 29 | 2E | 2F | 1A | 2B |
| Octal | 211 | 175 | 121 | 0 | 11 | 51 | 56 | 57 | 32 | 53 |
| Binary | 10001001 | 1111101 | 1010001 | 0 | 1001 | 101001 | 101110 | 101111 | 11010 | 101011 |
Color Harmonies of #897D51
Complementary color
Monochromatic Colors of #897D51
Black with #897D51
Text Example
Text Example
White with #897D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D51; }
p { color: rgb(137,125,81); }
H1.HeaderClassName
{
color: #897D51;
}
.AnyTagClassName
{
color: #897D51;
}
</style>
background-color css
<style>
a { background-color: #897D51; }
a { background-color: rgb(137,125,81); }
div.DivClassName
{
background-color: #897D51;
}
.BgClassName
{
background-color: #897D51;
}
</style>
border-color css
<style>
span { border-color: #897D51; }
span { border-color: rgb(137,125,81); }
td.TdClassName
{
border-color: #897D51;
}
.TagClassName
{
border-color: #897D51;
}
</style>