Shades of Clay Creek #897A45
Tints of Clay Creek #897A45
RGB
CMYK
RGB Variations
Color information
#897A45 (or 0x897A45) is known color: Clay Creek. HEX triplet: 89, 7A and 45. RGB value is (137,122,69). Sum of RGB (Red+Green+Blue) = 137+122+69=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #897A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897A45 is #7685BA. Grayscale: #787878. Windows color (decimal): -7767483 or 4553353. OLE color: 4553353.
HSL color Cylindrical-coordinate representation of color #897A45: hue angle of 46.76º 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 #897A45 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 69 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.46 |
| HSL | 46.76º | 0.33% | 0.4% | - |
| HSV(B) | 46.76º | 0.5% | 0.54% | - |
| XYZ | 18.35 | 19.67 | 8.46 | - |
| YUV | 120.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 69 | 0 | 0.11 | 0.50 | 0.46 | 46.76 | 0.33 | 0.4 |
| Hex | 89 | 7A | 45 | 0 | B | 32 | 2E | 2F | 21 | 28 |
| Octal | 211 | 172 | 105 | 0 | 13 | 62 | 56 | 57 | 41 | 50 |
| Binary | 10001001 | 1111010 | 1000101 | 0 | 1011 | 110010 | 101110 | 101111 | 100001 | 101000 |
Color Harmonies of #897A45
Complementary color
Monochromatic Colors of #897A45
Black with #897A45
Text Example
Text Example
White with #897A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A45; }
p { color: rgb(137,122,69); }
H1.HeaderClassName
{
color: #897A45;
}
.AnyTagClassName
{
color: #897A45;
}
</style>
background-color css
<style>
a { background-color: #897A45; }
a { background-color: rgb(137,122,69); }
div.DivClassName
{
background-color: #897A45;
}
.BgClassName
{
background-color: #897A45;
}
</style>
border-color css
<style>
span { border-color: #897A45; }
span { border-color: rgb(137,122,69); }
td.TdClassName
{
border-color: #897A45;
}
.TagClassName
{
border-color: #897A45;
}
</style>