Shades of Clay Creek #8C8149
Tints of Clay Creek #8C8149
RGB
CMYK
RGB Variations
Color information
#8C8149 (or 0x8C8149) is known color: Clay Creek. HEX triplet: 8C, 81 and 49. RGB value is (140,129,73). Sum of RGB (Red+Green+Blue) = 140+129+73=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8149 is #737EB6. Grayscale: #7E7E7E. Windows color (decimal): -7569079 or 4817292. OLE color: 4817292.
HSL color Cylindrical-coordinate representation of color #8C8149: hue angle of 50.15º 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 #8C8149 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 73 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.45 |
| HSL | 50.15º | 0.31% | 0.42% | - |
| HSV(B) | 50.15º | 0.48% | 0.55% | - |
| XYZ | 19.87 | 21.76 | 9.46 | - |
| YUV | 125.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 73 | 0 | 0.08 | 0.48 | 0.45 | 50.15 | 0.31 | 0.42 |
| Hex | 8C | 81 | 49 | 0 | 8 | 30 | 2D | 32 | 1F | 2A |
| Octal | 214 | 201 | 111 | 0 | 10 | 60 | 55 | 62 | 37 | 52 |
| Binary | 10001100 | 10000001 | 1001001 | 0 | 1000 | 110000 | 101101 | 110010 | 11111 | 101010 |
Color Harmonies of #8C8149
Complementary color
Monochromatic Colors of #8C8149
Black with #8C8149
Text Example
Text Example
White with #8C8149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8149; }
p { color: rgb(140,129,73); }
H1.HeaderClassName
{
color: #8C8149;
}
.AnyTagClassName
{
color: #8C8149;
}
</style>
background-color css
<style>
a { background-color: #8C8149; }
a { background-color: rgb(140,129,73); }
div.DivClassName
{
background-color: #8C8149;
}
.BgClassName
{
background-color: #8C8149;
}
</style>
border-color css
<style>
span { border-color: #8C8149; }
span { border-color: rgb(140,129,73); }
td.TdClassName
{
border-color: #8C8149;
}
.TagClassName
{
border-color: #8C8149;
}
</style>