Shades of Clay Creek #8A8559
Tints of Clay Creek #8A8559
RGB
CMYK
RGB Variations
Color information
#8A8559 (or 0x8A8559) is known color: Clay Creek. HEX triplet: 8A, 85 and 59. RGB value is (138,133,89). Sum of RGB (Red+Green+Blue) = 138+133+89=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8559 is #757AA6. Grayscale: #818181. Windows color (decimal): -7699111 or 5866890. OLE color: 5866890.
HSL color Cylindrical-coordinate representation of color #8A8559: hue angle of 53.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A8559 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 89 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.46 |
| HSL | 53.88º | 0.22% | 0.45% | - |
| HSV(B) | 53.88º | 0.36% | 0.54% | - |
| XYZ | 20.67 | 22.9 | 12.78 | - |
| YUV | 129.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 89 | 0 | 0.04 | 0.36 | 0.46 | 53.88 | 0.22 | 0.45 |
| Hex | 8A | 85 | 59 | 0 | 4 | 24 | 2E | 36 | 16 | 2D |
| Octal | 212 | 205 | 131 | 0 | 4 | 44 | 56 | 66 | 26 | 55 |
| Binary | 10001010 | 10000101 | 1011001 | 0 | 100 | 100100 | 101110 | 110110 | 10110 | 101101 |
Color Harmonies of #8A8559
Complementary color
Monochromatic Colors of #8A8559
Black with #8A8559
Text Example
Text Example
White with #8A8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8559; }
p { color: rgb(138,133,89); }
H1.HeaderClassName
{
color: #8A8559;
}
.AnyTagClassName
{
color: #8A8559;
}
</style>
background-color css
<style>
a { background-color: #8A8559; }
a { background-color: rgb(138,133,89); }
div.DivClassName
{
background-color: #8A8559;
}
.BgClassName
{
background-color: #8A8559;
}
</style>
border-color css
<style>
span { border-color: #8A8559; }
span { border-color: rgb(138,133,89); }
td.TdClassName
{
border-color: #8A8559;
}
.TagClassName
{
border-color: #8A8559;
}
</style>