Shades of Clay Creek #898053
Tints of Clay Creek #898053
RGB
CMYK
RGB Variations
Color information
#898053 (or 0x898053) is known color: Clay Creek. HEX triplet: 89, 80 and 53. RGB value is (137,128,83). Sum of RGB (Red+Green+Blue) = 137+128+83=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #898053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898053 is #767FAC. Grayscale: #7D7D7D. Windows color (decimal): -7765933 or 5472393. OLE color: 5472393.
HSL color Cylindrical-coordinate representation of color #898053: hue angle of 50º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #898053 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 83 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.46 |
| HSL | 50º | 0.25% | 0.43% | - |
| HSV(B) | 50º | 0.39% | 0.54% | - |
| XYZ | 19.6 | 21.38 | 11.28 | - |
| YUV | 125.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 83 | 0 | 0.07 | 0.39 | 0.46 | 50 | 0.25 | 0.43 |
| Hex | 89 | 80 | 53 | 0 | 7 | 27 | 2E | 32 | 19 | 2B |
| Octal | 211 | 200 | 123 | 0 | 7 | 47 | 56 | 62 | 31 | 53 |
| Binary | 10001001 | 10000000 | 1010011 | 0 | 111 | 100111 | 101110 | 110010 | 11001 | 101011 |
Color Harmonies of #898053
Complementary color
Monochromatic Colors of #898053
Black with #898053
Text Example
Text Example
White with #898053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898053; }
p { color: rgb(137,128,83); }
H1.HeaderClassName
{
color: #898053;
}
.AnyTagClassName
{
color: #898053;
}
</style>
background-color css
<style>
a { background-color: #898053; }
a { background-color: rgb(137,128,83); }
div.DivClassName
{
background-color: #898053;
}
.BgClassName
{
background-color: #898053;
}
</style>
border-color css
<style>
span { border-color: #898053; }
span { border-color: rgb(137,128,83); }
td.TdClassName
{
border-color: #898053;
}
.TagClassName
{
border-color: #898053;
}
</style>