Shades of Clay Creek #8C804B
Tints of Clay Creek #8C804B
RGB
CMYK
RGB Variations
Color information
#8C804B (or 0x8C804B) is known color: Clay Creek. HEX triplet: 8C, 80 and 4B. RGB value is (140,128,75). Sum of RGB (Red+Green+Blue) = 140+128+75=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C804B is #737FB4. Grayscale: #7D7D7D. Windows color (decimal): -7569333 or 4948108. OLE color: 4948108.
HSL color Cylindrical-coordinate representation of color #8C804B: hue angle of 48.92º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C804B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 75 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.45 |
| HSL | 48.92º | 0.3% | 0.42% | - |
| HSV(B) | 48.92º | 0.46% | 0.55% | - |
| XYZ | 19.8 | 21.52 | 9.77 | - |
| YUV | 125.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 75 | 0 | 0.09 | 0.46 | 0.45 | 48.92 | 0.3 | 0.42 |
| Hex | 8C | 80 | 4B | 0 | 9 | 2E | 2D | 31 | 1E | 2A |
| Octal | 214 | 200 | 113 | 0 | 11 | 56 | 55 | 61 | 36 | 52 |
| Binary | 10001100 | 10000000 | 1001011 | 0 | 1001 | 101110 | 101101 | 110001 | 11110 | 101010 |
Color Harmonies of #8C804B
Complementary color
Monochromatic Colors of #8C804B
Black with #8C804B
Text Example
Text Example
White with #8C804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C804B; }
p { color: rgb(140,128,75); }
H1.HeaderClassName
{
color: #8C804B;
}
.AnyTagClassName
{
color: #8C804B;
}
</style>
background-color css
<style>
a { background-color: #8C804B; }
a { background-color: rgb(140,128,75); }
div.DivClassName
{
background-color: #8C804B;
}
.BgClassName
{
background-color: #8C804B;
}
</style>
border-color css
<style>
span { border-color: #8C804B; }
span { border-color: rgb(140,128,75); }
td.TdClassName
{
border-color: #8C804B;
}
.TagClassName
{
border-color: #8C804B;
}
</style>