Shades of Clay Creek #8C7A59
Tints of Clay Creek #8C7A59
RGB
CMYK
RGB Variations
Color information
#8C7A59 (or 0x8C7A59) is known color: Clay Creek. HEX triplet: 8C, 7A and 59. RGB value is (140,122,89). Sum of RGB (Red+Green+Blue) = 140+122+89=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A59 is #7385A6. Grayscale: #7B7B7B. Windows color (decimal): -7570855 or 5864076. OLE color: 5864076.
HSL color Cylindrical-coordinate representation of color #8C7A59: hue angle of 38.82º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C7A59 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 89 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.45 |
| HSL | 38.82º | 0.22% | 0.45% | - |
| HSV(B) | 38.82º | 0.36% | 0.55% | - |
| XYZ | 19.58 | 20.22 | 12.32 | - |
| YUV | 123.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 89 | 0 | 0.13 | 0.36 | 0.45 | 38.82 | 0.22 | 0.45 |
| Hex | 8C | 7A | 59 | 0 | D | 24 | 2D | 27 | 16 | 2D |
| Octal | 214 | 172 | 131 | 0 | 15 | 44 | 55 | 47 | 26 | 55 |
| Binary | 10001100 | 1111010 | 1011001 | 0 | 1101 | 100100 | 101101 | 100111 | 10110 | 101101 |
Color Harmonies of #8C7A59
Complementary color
Monochromatic Colors of #8C7A59
Black with #8C7A59
Text Example
Text Example
White with #8C7A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A59; }
p { color: rgb(140,122,89); }
H1.HeaderClassName
{
color: #8C7A59;
}
.AnyTagClassName
{
color: #8C7A59;
}
</style>
background-color css
<style>
a { background-color: #8C7A59; }
a { background-color: rgb(140,122,89); }
div.DivClassName
{
background-color: #8C7A59;
}
.BgClassName
{
background-color: #8C7A59;
}
</style>
border-color css
<style>
span { border-color: #8C7A59; }
span { border-color: rgb(140,122,89); }
td.TdClassName
{
border-color: #8C7A59;
}
.TagClassName
{
border-color: #8C7A59;
}
</style>