Shades of Clay Creek #897C49
Tints of Clay Creek #897C49
RGB
CMYK
RGB Variations
Color information
#897C49 (or 0x897C49) is known color: Clay Creek. HEX triplet: 89, 7C and 49. RGB value is (137,124,73). Sum of RGB (Red+Green+Blue) = 137+124+73=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #897C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C49 is #7683B6. Grayscale: #7A7A7A. Windows color (decimal): -7766967 or 4816009. OLE color: 4816009.
HSL color Cylindrical-coordinate representation of color #897C49: hue angle of 47.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #897C49 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 73 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.46 |
| HSL | 47.81º | 0.3% | 0.41% | - |
| HSV(B) | 47.81º | 0.47% | 0.54% | - |
| XYZ | 18.73 | 20.21 | 9.22 | - |
| YUV | 122.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 73 | 0 | 0.09 | 0.47 | 0.46 | 47.81 | 0.3 | 0.41 |
| Hex | 89 | 7C | 49 | 0 | 9 | 2F | 2E | 30 | 1E | 29 |
| Octal | 211 | 174 | 111 | 0 | 11 | 57 | 56 | 60 | 36 | 51 |
| Binary | 10001001 | 1111100 | 1001001 | 0 | 1001 | 101111 | 101110 | 110000 | 11110 | 101001 |
Color Harmonies of #897C49
Complementary color
Monochromatic Colors of #897C49
Black with #897C49
Text Example
Text Example
White with #897C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C49; }
p { color: rgb(137,124,73); }
H1.HeaderClassName
{
color: #897C49;
}
.AnyTagClassName
{
color: #897C49;
}
</style>
background-color css
<style>
a { background-color: #897C49; }
a { background-color: rgb(137,124,73); }
div.DivClassName
{
background-color: #897C49;
}
.BgClassName
{
background-color: #897C49;
}
</style>
border-color css
<style>
span { border-color: #897C49; }
span { border-color: rgb(137,124,73); }
td.TdClassName
{
border-color: #897C49;
}
.TagClassName
{
border-color: #897C49;
}
</style>