Shades of Clay Creek #897D45
Tints of Clay Creek #897D45
RGB
CMYK
RGB Variations
Color information
#897D45 (or 0x897D45) is known color: Clay Creek. HEX triplet: 89, 7D and 45. RGB value is (137,125,69). Sum of RGB (Red+Green+Blue) = 137+125+69=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #897D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D45 is #7682BA. Grayscale: #7A7A7A. Windows color (decimal): -7766715 or 4554121. OLE color: 4554121.
HSL color Cylindrical-coordinate representation of color #897D45: hue angle of 49.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #897D45 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 69 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.46 |
| HSL | 49.41º | 0.33% | 0.4% | - |
| HSV(B) | 49.41º | 0.5% | 0.54% | - |
| XYZ | 18.72 | 20.42 | 8.58 | - |
| YUV | 122.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 69 | 0 | 0.09 | 0.50 | 0.46 | 49.41 | 0.33 | 0.4 |
| Hex | 89 | 7D | 45 | 0 | 9 | 32 | 2E | 31 | 21 | 28 |
| Octal | 211 | 175 | 105 | 0 | 11 | 62 | 56 | 61 | 41 | 50 |
| Binary | 10001001 | 1111101 | 1000101 | 0 | 1001 | 110010 | 101110 | 110001 | 100001 | 101000 |
Color Harmonies of #897D45
Complementary color
Monochromatic Colors of #897D45
Black with #897D45
Text Example
Text Example
White with #897D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D45; }
p { color: rgb(137,125,69); }
H1.HeaderClassName
{
color: #897D45;
}
.AnyTagClassName
{
color: #897D45;
}
</style>
background-color css
<style>
a { background-color: #897D45; }
a { background-color: rgb(137,125,69); }
div.DivClassName
{
background-color: #897D45;
}
.BgClassName
{
background-color: #897D45;
}
</style>
border-color css
<style>
span { border-color: #897D45; }
span { border-color: rgb(137,125,69); }
td.TdClassName
{
border-color: #897D45;
}
.TagClassName
{
border-color: #897D45;
}
</style>