Shades of Clay Creek #897A58
Tints of Clay Creek #897A58
RGB
CMYK
RGB Variations
Color information
#897A58 (or 0x897A58) is known color: Clay Creek. HEX triplet: 89, 7A and 58. RGB value is (137,122,88). Sum of RGB (Red+Green+Blue) = 137+122+88=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #897A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A58 is #7685A7. Grayscale: #7A7A7A. Windows color (decimal): -7767464 or 5798537. OLE color: 5798537.
HSL color Cylindrical-coordinate representation of color #897A58: hue angle of 41.63º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #897A58 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 88 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.46 |
| HSL | 41.63º | 0.22% | 0.44% | - |
| HSV(B) | 41.63º | 0.36% | 0.54% | - |
| XYZ | 19.04 | 19.94 | 12.08 | - |
| YUV | 122.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 88 | 0 | 0.11 | 0.36 | 0.46 | 41.63 | 0.22 | 0.44 |
| Hex | 89 | 7A | 58 | 0 | B | 24 | 2E | 2A | 16 | 2C |
| Octal | 211 | 172 | 130 | 0 | 13 | 44 | 56 | 52 | 26 | 54 |
| Binary | 10001001 | 1111010 | 1011000 | 0 | 1011 | 100100 | 101110 | 101010 | 10110 | 101100 |
Color Harmonies of #897A58
Complementary color
Monochromatic Colors of #897A58
Black with #897A58
Text Example
Text Example
White with #897A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A58; }
p { color: rgb(137,122,88); }
H1.HeaderClassName
{
color: #897A58;
}
.AnyTagClassName
{
color: #897A58;
}
</style>
background-color css
<style>
a { background-color: #897A58; }
a { background-color: rgb(137,122,88); }
div.DivClassName
{
background-color: #897A58;
}
.BgClassName
{
background-color: #897A58;
}
</style>
border-color css
<style>
span { border-color: #897A58; }
span { border-color: rgb(137,122,88); }
td.TdClassName
{
border-color: #897A58;
}
.TagClassName
{
border-color: #897A58;
}
</style>