Shades of Clay Creek #897B4D
Tints of Clay Creek #897B4D
RGB
CMYK
RGB Variations
Color information
#897B4D (or 0x897B4D) is known color: Clay Creek. HEX triplet: 89, 7B and 4D. RGB value is (137,123,77). Sum of RGB (Red+Green+Blue) = 137+123+77=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #897B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B4D is #7684B2. Grayscale: #7A7A7A. Windows color (decimal): -7767219 or 5077897. OLE color: 5077897.
HSL color Cylindrical-coordinate representation of color #897B4D: hue angle of 46º 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 #897B4D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 77 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.46 |
| HSL | 46º | 0.28% | 0.42% | - |
| HSV(B) | 46º | 0.44% | 0.54% | - |
| XYZ | 18.74 | 20.02 | 9.9 | - |
| YUV | 121.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 77 | 0 | 0.10 | 0.44 | 0.46 | 46 | 0.28 | 0.42 |
| Hex | 89 | 7B | 4D | 0 | A | 2C | 2E | 2E | 1C | 2A |
| Octal | 211 | 173 | 115 | 0 | 12 | 54 | 56 | 56 | 34 | 52 |
| Binary | 10001001 | 1111011 | 1001101 | 0 | 1010 | 101100 | 101110 | 101110 | 11100 | 101010 |
Color Harmonies of #897B4D
Complementary color
Monochromatic Colors of #897B4D
Black with #897B4D
Text Example
Text Example
White with #897B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B4D; }
p { color: rgb(137,123,77); }
H1.HeaderClassName
{
color: #897B4D;
}
.AnyTagClassName
{
color: #897B4D;
}
</style>
background-color css
<style>
a { background-color: #897B4D; }
a { background-color: rgb(137,123,77); }
div.DivClassName
{
background-color: #897B4D;
}
.BgClassName
{
background-color: #897B4D;
}
</style>
border-color css
<style>
span { border-color: #897B4D; }
span { border-color: rgb(137,123,77); }
td.TdClassName
{
border-color: #897B4D;
}
.TagClassName
{
border-color: #897B4D;
}
</style>