Shades of Clay Creek #8C834A
Tints of Clay Creek #8C834A
RGB
CMYK
RGB Variations
Color information
#8C834A (or 0x8C834A) is known color: Clay Creek. HEX triplet: 8C, 83 and 4A. RGB value is (140,131,74). Sum of RGB (Red+Green+Blue) = 140+131+74=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C834A is #737CB5. Grayscale: #7F7F7F. Windows color (decimal): -7568566 or 4883340. OLE color: 4883340.
HSL color Cylindrical-coordinate representation of color #8C834A: hue angle of 51.82º 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 #8C834A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 74 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.45 |
| HSL | 51.82º | 0.31% | 0.42% | - |
| HSV(B) | 51.82º | 0.47% | 0.55% | - |
| XYZ | 20.17 | 22.3 | 9.72 | - |
| YUV | 127.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 74 | 0 | 0.06 | 0.47 | 0.45 | 51.82 | 0.31 | 0.42 |
| Hex | 8C | 83 | 4A | 0 | 6 | 2F | 2D | 34 | 1F | 2A |
| Octal | 214 | 203 | 112 | 0 | 6 | 57 | 55 | 64 | 37 | 52 |
| Binary | 10001100 | 10000011 | 1001010 | 0 | 110 | 101111 | 101101 | 110100 | 11111 | 101010 |
Color Harmonies of #8C834A
Complementary color
Monochromatic Colors of #8C834A
Black with #8C834A
Text Example
Text Example
White with #8C834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C834A; }
p { color: rgb(140,131,74); }
H1.HeaderClassName
{
color: #8C834A;
}
.AnyTagClassName
{
color: #8C834A;
}
</style>
background-color css
<style>
a { background-color: #8C834A; }
a { background-color: rgb(140,131,74); }
div.DivClassName
{
background-color: #8C834A;
}
.BgClassName
{
background-color: #8C834A;
}
</style>
border-color css
<style>
span { border-color: #8C834A; }
span { border-color: rgb(140,131,74); }
td.TdClassName
{
border-color: #8C834A;
}
.TagClassName
{
border-color: #8C834A;
}
</style>