Shades of Clay Creek #897A5C
Tints of Clay Creek #897A5C
RGB
CMYK
RGB Variations
Color information
#897A5C (or 0x897A5C) is known color: Clay Creek. HEX triplet: 89, 7A and 5C. RGB value is (137,122,92). Sum of RGB (Red+Green+Blue) = 137+122+92=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #897A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A5C is #7685A3. Grayscale: #7B7B7B. Windows color (decimal): -7767460 or 6060681. OLE color: 6060681.
HSL color Cylindrical-coordinate representation of color #897A5C: hue angle of 40º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #897A5C is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 92 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.46 |
| HSL | 40º | 0.2% | 0.45% | - |
| HSV(B) | 40º | 0.33% | 0.54% | - |
| XYZ | 19.21 | 20.01 | 12.98 | - |
| YUV | 123.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 92 | 0 | 0.11 | 0.33 | 0.46 | 40 | 0.2 | 0.45 |
| Hex | 89 | 7A | 5C | 0 | B | 21 | 2E | 28 | 14 | 2D |
| Octal | 211 | 172 | 134 | 0 | 13 | 41 | 56 | 50 | 24 | 55 |
| Binary | 10001001 | 1111010 | 1011100 | 0 | 1011 | 100001 | 101110 | 101000 | 10100 | 101101 |
Color Harmonies of #897A5C
Complementary color
Monochromatic Colors of #897A5C
Black with #897A5C
Text Example
Text Example
White with #897A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A5C; }
p { color: rgb(137,122,92); }
H1.HeaderClassName
{
color: #897A5C;
}
.AnyTagClassName
{
color: #897A5C;
}
</style>
background-color css
<style>
a { background-color: #897A5C; }
a { background-color: rgb(137,122,92); }
div.DivClassName
{
background-color: #897A5C;
}
.BgClassName
{
background-color: #897A5C;
}
</style>
border-color css
<style>
span { border-color: #897A5C; }
span { border-color: rgb(137,122,92); }
td.TdClassName
{
border-color: #897A5C;
}
.TagClassName
{
border-color: #897A5C;
}
</style>