Shades of Clay Creek #897E4E
Tints of Clay Creek #897E4E
RGB
CMYK
RGB Variations
Color information
#897E4E (or 0x897E4E) is known color: Clay Creek. HEX triplet: 89, 7E and 4E. RGB value is (137,126,78). Sum of RGB (Red+Green+Blue) = 137+126+78=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #897E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E4E is #7681B1. Grayscale: #7C7C7C. Windows color (decimal): -7766450 or 5144201. OLE color: 5144201.
HSL color Cylindrical-coordinate representation of color #897E4E: hue angle of 48.81º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #897E4E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 78 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.46 |
| HSL | 48.81º | 0.27% | 0.42% | - |
| HSV(B) | 48.81º | 0.43% | 0.54% | - |
| XYZ | 19.15 | 20.79 | 10.21 | - |
| YUV | 123.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 78 | 0 | 0.08 | 0.43 | 0.46 | 48.81 | 0.27 | 0.42 |
| Hex | 89 | 7E | 4E | 0 | 8 | 2B | 2E | 31 | 1B | 2A |
| Octal | 211 | 176 | 116 | 0 | 10 | 53 | 56 | 61 | 33 | 52 |
| Binary | 10001001 | 1111110 | 1001110 | 0 | 1000 | 101011 | 101110 | 110001 | 11011 | 101010 |
Color Harmonies of #897E4E
Complementary color
Monochromatic Colors of #897E4E
Black with #897E4E
Text Example
Text Example
White with #897E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E4E; }
p { color: rgb(137,126,78); }
H1.HeaderClassName
{
color: #897E4E;
}
.AnyTagClassName
{
color: #897E4E;
}
</style>
background-color css
<style>
a { background-color: #897E4E; }
a { background-color: rgb(137,126,78); }
div.DivClassName
{
background-color: #897E4E;
}
.BgClassName
{
background-color: #897E4E;
}
</style>
border-color css
<style>
span { border-color: #897E4E; }
span { border-color: rgb(137,126,78); }
td.TdClassName
{
border-color: #897E4E;
}
.TagClassName
{
border-color: #897E4E;
}
</style>