Shades of Clay Creek #8D824A
Tints of Clay Creek #8D824A
RGB
CMYK
RGB Variations
Color information
#8D824A (or 0x8D824A) is known color: Clay Creek. HEX triplet: 8D, 82 and 4A. RGB value is (141,130,74). Sum of RGB (Red+Green+Blue) = 141+130+74=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D824A is #727DB5. Grayscale: #7F7F7F. Windows color (decimal): -7503286 or 4883085. OLE color: 4883085.
HSL color Cylindrical-coordinate representation of color #8D824A: hue angle of 50.15º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D824A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 74 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.45 |
| HSL | 50.15º | 0.31% | 0.42% | - |
| HSV(B) | 50.15º | 0.48% | 0.55% | - |
| XYZ | 20.2 | 22.12 | 9.68 | - |
| YUV | 126.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 74 | 0 | 0.08 | 0.48 | 0.45 | 50.15 | 0.31 | 0.42 |
| Hex | 8D | 82 | 4A | 0 | 8 | 30 | 2D | 32 | 1F | 2A |
| Octal | 215 | 202 | 112 | 0 | 10 | 60 | 55 | 62 | 37 | 52 |
| Binary | 10001101 | 10000010 | 1001010 | 0 | 1000 | 110000 | 101101 | 110010 | 11111 | 101010 |
Color Harmonies of #8D824A
Complementary color
Monochromatic Colors of #8D824A
Black with #8D824A
Text Example
Text Example
White with #8D824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D824A; }
p { color: rgb(141,130,74); }
H1.HeaderClassName
{
color: #8D824A;
}
.AnyTagClassName
{
color: #8D824A;
}
</style>
background-color css
<style>
a { background-color: #8D824A; }
a { background-color: rgb(141,130,74); }
div.DivClassName
{
background-color: #8D824A;
}
.BgClassName
{
background-color: #8D824A;
}
</style>
border-color css
<style>
span { border-color: #8D824A; }
span { border-color: rgb(141,130,74); }
td.TdClassName
{
border-color: #8D824A;
}
.TagClassName
{
border-color: #8D824A;
}
</style>