Shades of Clay Creek #897A5A
Tints of Clay Creek #897A5A
RGB
CMYK
RGB Variations
Color information
#897A5A (or 0x897A5A) is known color: Clay Creek. HEX triplet: 89, 7A and 5A. RGB value is (137,122,90). Sum of RGB (Red+Green+Blue) = 137+122+90=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #897A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A5A is #7685A5. Grayscale: #7A7A7A. Windows color (decimal): -7767462 or 5929609. OLE color: 5929609.
HSL color Cylindrical-coordinate representation of color #897A5A: hue angle of 40.85º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #897A5A is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 90 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.46 |
| HSL | 40.85º | 0.21% | 0.45% | - |
| HSV(B) | 40.85º | 0.34% | 0.54% | - |
| XYZ | 19.12 | 19.98 | 12.52 | - |
| YUV | 122.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 90 | 0 | 0.11 | 0.34 | 0.46 | 40.85 | 0.21 | 0.45 |
| Hex | 89 | 7A | 5A | 0 | B | 22 | 2E | 29 | 15 | 2D |
| Octal | 211 | 172 | 132 | 0 | 13 | 42 | 56 | 51 | 25 | 55 |
| Binary | 10001001 | 1111010 | 1011010 | 0 | 1011 | 100010 | 101110 | 101001 | 10101 | 101101 |
Color Harmonies of #897A5A
Complementary color
Monochromatic Colors of #897A5A
Black with #897A5A
Text Example
Text Example
White with #897A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A5A; }
p { color: rgb(137,122,90); }
H1.HeaderClassName
{
color: #897A5A;
}
.AnyTagClassName
{
color: #897A5A;
}
</style>
background-color css
<style>
a { background-color: #897A5A; }
a { background-color: rgb(137,122,90); }
div.DivClassName
{
background-color: #897A5A;
}
.BgClassName
{
background-color: #897A5A;
}
</style>
border-color css
<style>
span { border-color: #897A5A; }
span { border-color: rgb(137,122,90); }
td.TdClassName
{
border-color: #897A5A;
}
.TagClassName
{
border-color: #897A5A;
}
</style>