Shades of Clay Creek #897B55
Tints of Clay Creek #897B55
RGB
CMYK
RGB Variations
Color information
#897B55 (or 0x897B55) is known color: Clay Creek. HEX triplet: 89, 7B and 55. RGB value is (137,123,85). Sum of RGB (Red+Green+Blue) = 137+123+85=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #897B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B55 is #7684AA. Grayscale: #7B7B7B. Windows color (decimal): -7767211 or 5602185. OLE color: 5602185.
HSL color Cylindrical-coordinate representation of color #897B55: hue angle of 43.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #897B55 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 85 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.46 |
| HSL | 43.85º | 0.23% | 0.44% | - |
| HSV(B) | 43.85º | 0.38% | 0.54% | - |
| XYZ | 19.04 | 20.14 | 11.48 | - |
| YUV | 122.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 85 | 0 | 0.10 | 0.38 | 0.46 | 43.85 | 0.23 | 0.44 |
| Hex | 89 | 7B | 55 | 0 | A | 26 | 2E | 2C | 17 | 2C |
| Octal | 211 | 173 | 125 | 0 | 12 | 46 | 56 | 54 | 27 | 54 |
| Binary | 10001001 | 1111011 | 1010101 | 0 | 1010 | 100110 | 101110 | 101100 | 10111 | 101100 |
Color Harmonies of #897B55
Complementary color
Monochromatic Colors of #897B55
Black with #897B55
Text Example
Text Example
White with #897B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B55; }
p { color: rgb(137,123,85); }
H1.HeaderClassName
{
color: #897B55;
}
.AnyTagClassName
{
color: #897B55;
}
</style>
background-color css
<style>
a { background-color: #897B55; }
a { background-color: rgb(137,123,85); }
div.DivClassName
{
background-color: #897B55;
}
.BgClassName
{
background-color: #897B55;
}
</style>
border-color css
<style>
span { border-color: #897B55; }
span { border-color: rgb(137,123,85); }
td.TdClassName
{
border-color: #897B55;
}
.TagClassName
{
border-color: #897B55;
}
</style>