Shades of Clay Creek #89804D
Tints of Clay Creek #89804D
RGB
CMYK
RGB Variations
Color information
#89804D (or 0x89804D) is known color: Clay Creek. HEX triplet: 89, 80 and 4D. RGB value is (137,128,77). Sum of RGB (Red+Green+Blue) = 137+128+77=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89804D is #767FB2. Grayscale: #7D7D7D. Windows color (decimal): -7765939 or 5079177. OLE color: 5079177.
HSL color Cylindrical-coordinate representation of color #89804D: hue angle of 51º 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 #89804D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 77 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.46 |
| HSL | 51º | 0.28% | 0.42% | - |
| HSV(B) | 51º | 0.44% | 0.54% | - |
| XYZ | 19.38 | 21.29 | 10.11 | - |
| YUV | 124.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 77 | 0 | 0.07 | 0.44 | 0.46 | 51 | 0.28 | 0.42 |
| Hex | 89 | 80 | 4D | 0 | 7 | 2C | 2E | 33 | 1C | 2A |
| Octal | 211 | 200 | 115 | 0 | 7 | 54 | 56 | 63 | 34 | 52 |
| Binary | 10001001 | 10000000 | 1001101 | 0 | 111 | 101100 | 101110 | 110011 | 11100 | 101010 |
Color Harmonies of #89804D
Complementary color
Monochromatic Colors of #89804D
Black with #89804D
Text Example
Text Example
White with #89804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89804D; }
p { color: rgb(137,128,77); }
H1.HeaderClassName
{
color: #89804D;
}
.AnyTagClassName
{
color: #89804D;
}
</style>
background-color css
<style>
a { background-color: #89804D; }
a { background-color: rgb(137,128,77); }
div.DivClassName
{
background-color: #89804D;
}
.BgClassName
{
background-color: #89804D;
}
</style>
border-color css
<style>
span { border-color: #89804D; }
span { border-color: rgb(137,128,77); }
td.TdClassName
{
border-color: #89804D;
}
.TagClassName
{
border-color: #89804D;
}
</style>