Shades of Clay Creek #897C4D
Tints of Clay Creek #897C4D
RGB
CMYK
RGB Variations
Color information
#897C4D (or 0x897C4D) is known color: Clay Creek. HEX triplet: 89, 7C and 4D. RGB value is (137,124,77). Sum of RGB (Red+Green+Blue) = 137+124+77=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #897C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C4D is #7683B2. Grayscale: #7A7A7A. Windows color (decimal): -7766963 or 5078153. OLE color: 5078153.
HSL color Cylindrical-coordinate representation of color #897C4D: hue angle of 47º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #897C4D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 77 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.46 |
| HSL | 47º | 0.28% | 0.42% | - |
| HSV(B) | 47º | 0.44% | 0.54% | - |
| XYZ | 18.86 | 20.27 | 9.94 | - |
| YUV | 122.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 77 | 0 | 0.09 | 0.44 | 0.46 | 47 | 0.28 | 0.42 |
| Hex | 89 | 7C | 4D | 0 | 9 | 2C | 2E | 2F | 1C | 2A |
| Octal | 211 | 174 | 115 | 0 | 11 | 54 | 56 | 57 | 34 | 52 |
| Binary | 10001001 | 1111100 | 1001101 | 0 | 1001 | 101100 | 101110 | 101111 | 11100 | 101010 |
Color Harmonies of #897C4D
Complementary color
Monochromatic Colors of #897C4D
Black with #897C4D
Text Example
Text Example
White with #897C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C4D; }
p { color: rgb(137,124,77); }
H1.HeaderClassName
{
color: #897C4D;
}
.AnyTagClassName
{
color: #897C4D;
}
</style>
background-color css
<style>
a { background-color: #897C4D; }
a { background-color: rgb(137,124,77); }
div.DivClassName
{
background-color: #897C4D;
}
.BgClassName
{
background-color: #897C4D;
}
</style>
border-color css
<style>
span { border-color: #897C4D; }
span { border-color: rgb(137,124,77); }
td.TdClassName
{
border-color: #897C4D;
}
.TagClassName
{
border-color: #897C4D;
}
</style>