Shades of Clay Creek #898355
Tints of Clay Creek #898355
RGB
CMYK
RGB Variations
Color information
#898355 (or 0x898355) is known color: Clay Creek. HEX triplet: 89, 83 and 55. RGB value is (137,131,85). Sum of RGB (Red+Green+Blue) = 137+131+85=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #898355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898355 is #767CAA. Grayscale: #7F7F7F. Windows color (decimal): -7765163 or 5604233. OLE color: 5604233.
HSL color Cylindrical-coordinate representation of color #898355: hue angle of 53.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898355 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 85 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.46 |
| HSL | 53.08º | 0.23% | 0.44% | - |
| HSV(B) | 53.08º | 0.38% | 0.54% | - |
| XYZ | 20.07 | 22.21 | 11.82 | - |
| YUV | 127.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 85 | 0 | 0.04 | 0.38 | 0.46 | 53.08 | 0.23 | 0.44 |
| Hex | 89 | 83 | 55 | 0 | 4 | 26 | 2E | 35 | 17 | 2C |
| Octal | 211 | 203 | 125 | 0 | 4 | 46 | 56 | 65 | 27 | 54 |
| Binary | 10001001 | 10000011 | 1010101 | 0 | 100 | 100110 | 101110 | 110101 | 10111 | 101100 |
Color Harmonies of #898355
Complementary color
Monochromatic Colors of #898355
Black with #898355
Text Example
Text Example
White with #898355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898355; }
p { color: rgb(137,131,85); }
H1.HeaderClassName
{
color: #898355;
}
.AnyTagClassName
{
color: #898355;
}
</style>
background-color css
<style>
a { background-color: #898355; }
a { background-color: rgb(137,131,85); }
div.DivClassName
{
background-color: #898355;
}
.BgClassName
{
background-color: #898355;
}
</style>
border-color css
<style>
span { border-color: #898355; }
span { border-color: rgb(137,131,85); }
td.TdClassName
{
border-color: #898355;
}
.TagClassName
{
border-color: #898355;
}
</style>