Shades of Clay Creek #8C824C
Tints of Clay Creek #8C824C
RGB
CMYK
RGB Variations
Color information
#8C824C (or 0x8C824C) is known color: Clay Creek. HEX triplet: 8C, 82 and 4C. RGB value is (140,130,76). Sum of RGB (Red+Green+Blue) = 140+130+76=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C824C is #737DB3. Grayscale: #7F7F7F. Windows color (decimal): -7568820 or 5014156. OLE color: 5014156.
HSL color Cylindrical-coordinate representation of color #8C824C: hue angle of 50.62º 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 #8C824C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 76 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.45 |
| HSL | 50.63º | 0.3% | 0.42% | - |
| HSV(B) | 50.63º | 0.46% | 0.55% | - |
| XYZ | 20.1 | 22.06 | 10.04 | - |
| YUV | 126.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 76 | 0 | 0.07 | 0.46 | 0.45 | 50.63 | 0.3 | 0.42 |
| Hex | 8C | 82 | 4C | 0 | 7 | 2E | 2D | 33 | 1E | 2A |
| Octal | 214 | 202 | 114 | 0 | 7 | 56 | 55 | 63 | 36 | 52 |
| Binary | 10001100 | 10000010 | 1001100 | 0 | 111 | 101110 | 101101 | 110011 | 11110 | 101010 |
Color Harmonies of #8C824C
Complementary color
Monochromatic Colors of #8C824C
Black with #8C824C
Text Example
Text Example
White with #8C824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C824C; }
p { color: rgb(140,130,76); }
H1.HeaderClassName
{
color: #8C824C;
}
.AnyTagClassName
{
color: #8C824C;
}
</style>
background-color css
<style>
a { background-color: #8C824C; }
a { background-color: rgb(140,130,76); }
div.DivClassName
{
background-color: #8C824C;
}
.BgClassName
{
background-color: #8C824C;
}
</style>
border-color css
<style>
span { border-color: #8C824C; }
span { border-color: rgb(140,130,76); }
td.TdClassName
{
border-color: #8C824C;
}
.TagClassName
{
border-color: #8C824C;
}
</style>