Shades of Clay Creek #8D804B
Tints of Clay Creek #8D804B
RGB
CMYK
RGB Variations
Color information
#8D804B (or 0x8D804B) is known color: Clay Creek. HEX triplet: 8D, 80 and 4B. RGB value is (141,128,75). Sum of RGB (Red+Green+Blue) = 141+128+75=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D804B is #727FB4. Grayscale: #7E7E7E. Windows color (decimal): -7503797 or 4948109. OLE color: 4948109.
HSL color Cylindrical-coordinate representation of color #8D804B: hue angle of 48.18º 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 #8D804B is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 75 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.45 |
| HSL | 48.18º | 0.31% | 0.42% | - |
| HSV(B) | 48.18º | 0.47% | 0.55% | - |
| XYZ | 19.97 | 21.61 | 9.77 | - |
| YUV | 125.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 75 | 0 | 0.09 | 0.47 | 0.45 | 48.18 | 0.31 | 0.42 |
| Hex | 8D | 80 | 4B | 0 | 9 | 2F | 2D | 30 | 1F | 2A |
| Octal | 215 | 200 | 113 | 0 | 11 | 57 | 55 | 60 | 37 | 52 |
| Binary | 10001101 | 10000000 | 1001011 | 0 | 1001 | 101111 | 101101 | 110000 | 11111 | 101010 |
Color Harmonies of #8D804B
Complementary color
Monochromatic Colors of #8D804B
Black with #8D804B
Text Example
Text Example
White with #8D804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D804B; }
p { color: rgb(141,128,75); }
H1.HeaderClassName
{
color: #8D804B;
}
.AnyTagClassName
{
color: #8D804B;
}
</style>
background-color css
<style>
a { background-color: #8D804B; }
a { background-color: rgb(141,128,75); }
div.DivClassName
{
background-color: #8D804B;
}
.BgClassName
{
background-color: #8D804B;
}
</style>
border-color css
<style>
span { border-color: #8D804B; }
span { border-color: rgb(141,128,75); }
td.TdClassName
{
border-color: #8D804B;
}
.TagClassName
{
border-color: #8D804B;
}
</style>