Shades of Clay Creek #8C824B
Tints of Clay Creek #8C824B
RGB
CMYK
RGB Variations
Color information
#8C824B (or 0x8C824B) is known color: Clay Creek. HEX triplet: 8C, 82 and 4B. RGB value is (140,130,75). Sum of RGB (Red+Green+Blue) = 140+130+75=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C824B is #737DB4. Grayscale: #7E7E7E. Windows color (decimal): -7568821 or 4948620. OLE color: 4948620.
HSL color Cylindrical-coordinate representation of color #8C824B: hue angle of 50.77º 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 #8C824B is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 75 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.45 |
| HSL | 50.77º | 0.3% | 0.42% | - |
| HSV(B) | 50.77º | 0.46% | 0.55% | - |
| XYZ | 20.07 | 22.05 | 9.85 | - |
| YUV | 126.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 75 | 0 | 0.07 | 0.46 | 0.45 | 50.77 | 0.3 | 0.42 |
| Hex | 8C | 82 | 4B | 0 | 7 | 2E | 2D | 33 | 1E | 2A |
| Octal | 214 | 202 | 113 | 0 | 7 | 56 | 55 | 63 | 36 | 52 |
| Binary | 10001100 | 10000010 | 1001011 | 0 | 111 | 101110 | 101101 | 110011 | 11110 | 101010 |
Color Harmonies of #8C824B
Complementary color
Monochromatic Colors of #8C824B
Black with #8C824B
Text Example
Text Example
White with #8C824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C824B; }
p { color: rgb(140,130,75); }
H1.HeaderClassName
{
color: #8C824B;
}
.AnyTagClassName
{
color: #8C824B;
}
</style>
background-color css
<style>
a { background-color: #8C824B; }
a { background-color: rgb(140,130,75); }
div.DivClassName
{
background-color: #8C824B;
}
.BgClassName
{
background-color: #8C824B;
}
</style>
border-color css
<style>
span { border-color: #8C824B; }
span { border-color: rgb(140,130,75); }
td.TdClassName
{
border-color: #8C824B;
}
.TagClassName
{
border-color: #8C824B;
}
</style>