Shades of Clay Creek #89794D
Tints of Clay Creek #89794D
RGB
CMYK
RGB Variations
Color information
#89794D (or 0x89794D) is known color: Clay Creek. HEX triplet: 89, 79 and 4D. RGB value is (137,121,77). Sum of RGB (Red+Green+Blue) = 137+121+77=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #89794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89794D is #7686B2. Grayscale: #787878. Windows color (decimal): -7767731 or 5077385. OLE color: 5077385.
HSL color Cylindrical-coordinate representation of color #89794D: hue angle of 44º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89794D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 77 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.46 |
| HSL | 44º | 0.28% | 0.42% | - |
| HSV(B) | 44º | 0.44% | 0.54% | - |
| XYZ | 18.49 | 19.53 | 9.82 | - |
| YUV | 120.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 77 | 0 | 0.12 | 0.44 | 0.46 | 44 | 0.28 | 0.42 |
| Hex | 89 | 79 | 4D | 0 | C | 2C | 2E | 2C | 1C | 2A |
| Octal | 211 | 171 | 115 | 0 | 14 | 54 | 56 | 54 | 34 | 52 |
| Binary | 10001001 | 1111001 | 1001101 | 0 | 1100 | 101100 | 101110 | 101100 | 11100 | 101010 |
Color Harmonies of #89794D
Complementary color
Monochromatic Colors of #89794D
Black with #89794D
Text Example
Text Example
White with #89794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89794D; }
p { color: rgb(137,121,77); }
H1.HeaderClassName
{
color: #89794D;
}
.AnyTagClassName
{
color: #89794D;
}
</style>
background-color css
<style>
a { background-color: #89794D; }
a { background-color: rgb(137,121,77); }
div.DivClassName
{
background-color: #89794D;
}
.BgClassName
{
background-color: #89794D;
}
</style>
border-color css
<style>
span { border-color: #89794D; }
span { border-color: rgb(137,121,77); }
td.TdClassName
{
border-color: #89794D;
}
.TagClassName
{
border-color: #89794D;
}
</style>