Shades of Clay Creek #8C7F49
Tints of Clay Creek #8C7F49
RGB
CMYK
RGB Variations
Color information
#8C7F49 (or 0x8C7F49) is known color: Clay Creek. HEX triplet: 8C, 7F and 49. RGB value is (140,127,73). Sum of RGB (Red+Green+Blue) = 140+127+73=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F49 is #7380B6. Grayscale: #7C7C7C. Windows color (decimal): -7569591 or 4816780. OLE color: 4816780.
HSL color Cylindrical-coordinate representation of color #8C7F49: hue angle of 48.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C7F49 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 73 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.45 |
| HSL | 48.36º | 0.31% | 0.42% | - |
| HSV(B) | 48.36º | 0.48% | 0.55% | - |
| XYZ | 19.61 | 21.24 | 9.37 | - |
| YUV | 124.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 73 | 0 | 0.09 | 0.48 | 0.45 | 48.36 | 0.31 | 0.42 |
| Hex | 8C | 7F | 49 | 0 | 9 | 30 | 2D | 30 | 1F | 2A |
| Octal | 214 | 177 | 111 | 0 | 11 | 60 | 55 | 60 | 37 | 52 |
| Binary | 10001100 | 1111111 | 1001001 | 0 | 1001 | 110000 | 101101 | 110000 | 11111 | 101010 |
Color Harmonies of #8C7F49
Complementary color
Monochromatic Colors of #8C7F49
Black with #8C7F49
Text Example
Text Example
White with #8C7F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F49; }
p { color: rgb(140,127,73); }
H1.HeaderClassName
{
color: #8C7F49;
}
.AnyTagClassName
{
color: #8C7F49;
}
</style>
background-color css
<style>
a { background-color: #8C7F49; }
a { background-color: rgb(140,127,73); }
div.DivClassName
{
background-color: #8C7F49;
}
.BgClassName
{
background-color: #8C7F49;
}
</style>
border-color css
<style>
span { border-color: #8C7F49; }
span { border-color: rgb(140,127,73); }
td.TdClassName
{
border-color: #8C7F49;
}
.TagClassName
{
border-color: #8C7F49;
}
</style>