Shades of Clay Creek #898255
Tints of Clay Creek #898255
RGB
CMYK
RGB Variations
Color information
#898255 (or 0x898255) is known color: Clay Creek. HEX triplet: 89, 82 and 55. RGB value is (137,130,85). Sum of RGB (Red+Green+Blue) = 137+130+85=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #898255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898255 is #767DAA. Grayscale: #7F7F7F. Windows color (decimal): -7765419 or 5603977. OLE color: 5603977.
HSL color Cylindrical-coordinate representation of color #898255: hue angle of 51.92º 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 #898255 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 85 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.46 |
| HSL | 51.92º | 0.23% | 0.44% | - |
| HSV(B) | 51.92º | 0.38% | 0.54% | - |
| XYZ | 19.94 | 21.94 | 11.78 | - |
| YUV | 126.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 85 | 0 | 0.05 | 0.38 | 0.46 | 51.92 | 0.23 | 0.44 |
| Hex | 89 | 82 | 55 | 0 | 5 | 26 | 2E | 34 | 17 | 2C |
| Octal | 211 | 202 | 125 | 0 | 5 | 46 | 56 | 64 | 27 | 54 |
| Binary | 10001001 | 10000010 | 1010101 | 0 | 101 | 100110 | 101110 | 110100 | 10111 | 101100 |
Color Harmonies of #898255
Complementary color
Monochromatic Colors of #898255
Black with #898255
Text Example
Text Example
White with #898255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898255; }
p { color: rgb(137,130,85); }
H1.HeaderClassName
{
color: #898255;
}
.AnyTagClassName
{
color: #898255;
}
</style>
background-color css
<style>
a { background-color: #898255; }
a { background-color: rgb(137,130,85); }
div.DivClassName
{
background-color: #898255;
}
.BgClassName
{
background-color: #898255;
}
</style>
border-color css
<style>
span { border-color: #898255; }
span { border-color: rgb(137,130,85); }
td.TdClassName
{
border-color: #898255;
}
.TagClassName
{
border-color: #898255;
}
</style>