Shades of Clay Creek #8D8453
Tints of Clay Creek #8D8453
RGB
CMYK
RGB Variations
Color information
#8D8453 (or 0x8D8453) is known color: Clay Creek. HEX triplet: 8D, 84 and 53. RGB value is (141,132,83). Sum of RGB (Red+Green+Blue) = 141+132+83=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8453 is #727BAC. Grayscale: #818181. Windows color (decimal): -7502765 or 5473421. OLE color: 5473421.
HSL color Cylindrical-coordinate representation of color #8D8453: hue angle of 50.69º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8453 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 83 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.45 |
| HSL | 50.69º | 0.26% | 0.44% | - |
| HSV(B) | 50.69º | 0.41% | 0.55% | - |
| XYZ | 20.8 | 22.79 | 11.49 | - |
| YUV | 129.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 83 | 0 | 0.06 | 0.41 | 0.45 | 50.69 | 0.26 | 0.44 |
| Hex | 8D | 84 | 53 | 0 | 6 | 29 | 2D | 33 | 1A | 2C |
| Octal | 215 | 204 | 123 | 0 | 6 | 51 | 55 | 63 | 32 | 54 |
| Binary | 10001101 | 10000100 | 1010011 | 0 | 110 | 101001 | 101101 | 110011 | 11010 | 101100 |
Color Harmonies of #8D8453
Complementary color
Monochromatic Colors of #8D8453
Black with #8D8453
Text Example
Text Example
White with #8D8453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8453; }
p { color: rgb(141,132,83); }
H1.HeaderClassName
{
color: #8D8453;
}
.AnyTagClassName
{
color: #8D8453;
}
</style>
background-color css
<style>
a { background-color: #8D8453; }
a { background-color: rgb(141,132,83); }
div.DivClassName
{
background-color: #8D8453;
}
.BgClassName
{
background-color: #8D8453;
}
</style>
border-color css
<style>
span { border-color: #8D8453; }
span { border-color: rgb(141,132,83); }
td.TdClassName
{
border-color: #8D8453;
}
.TagClassName
{
border-color: #8D8453;
}
</style>