Shades of Clay Creek #8C824A
Tints of Clay Creek #8C824A
RGB
CMYK
RGB Variations
Color information
#8C824A (or 0x8C824A) is known color: Clay Creek. HEX triplet: 8C, 82 and 4A. RGB value is (140,130,74). Sum of RGB (Red+Green+Blue) = 140+130+74=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C824A is #737DB5. Grayscale: #7E7E7E. Windows color (decimal): -7568822 or 4883084. OLE color: 4883084.
HSL color Cylindrical-coordinate representation of color #8C824A: hue angle of 50.91º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C824A is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 74 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.45 |
| HSL | 50.91º | 0.31% | 0.42% | - |
| HSV(B) | 50.91º | 0.47% | 0.55% | - |
| XYZ | 20.03 | 22.04 | 9.68 | - |
| YUV | 126.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 74 | 0 | 0.07 | 0.47 | 0.45 | 50.91 | 0.31 | 0.42 |
| Hex | 8C | 82 | 4A | 0 | 7 | 2F | 2D | 33 | 1F | 2A |
| Octal | 214 | 202 | 112 | 0 | 7 | 57 | 55 | 63 | 37 | 52 |
| Binary | 10001100 | 10000010 | 1001010 | 0 | 111 | 101111 | 101101 | 110011 | 11111 | 101010 |
Color Harmonies of #8C824A
Complementary color
Monochromatic Colors of #8C824A
Black with #8C824A
Text Example
Text Example
White with #8C824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C824A; }
p { color: rgb(140,130,74); }
H1.HeaderClassName
{
color: #8C824A;
}
.AnyTagClassName
{
color: #8C824A;
}
</style>
background-color css
<style>
a { background-color: #8C824A; }
a { background-color: rgb(140,130,74); }
div.DivClassName
{
background-color: #8C824A;
}
.BgClassName
{
background-color: #8C824A;
}
</style>
border-color css
<style>
span { border-color: #8C824A; }
span { border-color: rgb(140,130,74); }
td.TdClassName
{
border-color: #8C824A;
}
.TagClassName
{
border-color: #8C824A;
}
</style>