Shades of Clay Creek #89854E
Tints of Clay Creek #89854E
RGB
CMYK
RGB Variations
Color information
#89854E (or 0x89854E) is known color: Clay Creek. HEX triplet: 89, 85 and 4E. RGB value is (137,133,78). Sum of RGB (Red+Green+Blue) = 137+133+78=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89854E is #767AB1. Grayscale: #808080. Windows color (decimal): -7764658 or 5145993. OLE color: 5145993.
HSL color Cylindrical-coordinate representation of color #89854E: hue angle of 55.93º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89854E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 78 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.46 |
| HSL | 55.93º | 0.27% | 0.42% | - |
| HSV(B) | 55.93º | 0.43% | 0.54% | - |
| XYZ | 20.08 | 22.64 | 10.52 | - |
| YUV | 127.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 78 | 0 | 0.03 | 0.43 | 0.46 | 55.93 | 0.27 | 0.42 |
| Hex | 89 | 85 | 4E | 0 | 3 | 2B | 2E | 38 | 1B | 2A |
| Octal | 211 | 205 | 116 | 0 | 3 | 53 | 56 | 70 | 33 | 52 |
| Binary | 10001001 | 10000101 | 1001110 | 0 | 11 | 101011 | 101110 | 111000 | 11011 | 101010 |
Color Harmonies of #89854E
Complementary color
Monochromatic Colors of #89854E
Black with #89854E
Text Example
Text Example
White with #89854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89854E; }
p { color: rgb(137,133,78); }
H1.HeaderClassName
{
color: #89854E;
}
.AnyTagClassName
{
color: #89854E;
}
</style>
background-color css
<style>
a { background-color: #89854E; }
a { background-color: rgb(137,133,78); }
div.DivClassName
{
background-color: #89854E;
}
.BgClassName
{
background-color: #89854E;
}
</style>
border-color css
<style>
span { border-color: #89854E; }
span { border-color: rgb(137,133,78); }
td.TdClassName
{
border-color: #89854E;
}
.TagClassName
{
border-color: #89854E;
}
</style>