Shades of Clay Creek #8D8353
Tints of Clay Creek #8D8353
RGB
CMYK
RGB Variations
Color information
#8D8353 (or 0x8D8353) is known color: Clay Creek. HEX triplet: 8D, 83 and 53. RGB value is (141,131,83). Sum of RGB (Red+Green+Blue) = 141+131+83=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8353 is #727CAC. Grayscale: #808080. Windows color (decimal): -7503021 or 5473165. OLE color: 5473165.
HSL color Cylindrical-coordinate representation of color #8D8353: hue angle of 49.66º 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 #8D8353 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 83 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.45 |
| HSL | 49.66º | 0.26% | 0.44% | - |
| HSV(B) | 49.66º | 0.41% | 0.55% | - |
| XYZ | 20.66 | 22.52 | 11.44 | - |
| YUV | 128.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 83 | 0 | 0.07 | 0.41 | 0.45 | 49.66 | 0.26 | 0.44 |
| Hex | 8D | 83 | 53 | 0 | 7 | 29 | 2D | 32 | 1A | 2C |
| Octal | 215 | 203 | 123 | 0 | 7 | 51 | 55 | 62 | 32 | 54 |
| Binary | 10001101 | 10000011 | 1010011 | 0 | 111 | 101001 | 101101 | 110010 | 11010 | 101100 |
Color Harmonies of #8D8353
Complementary color
Monochromatic Colors of #8D8353
Black with #8D8353
Text Example
Text Example
White with #8D8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8353; }
p { color: rgb(141,131,83); }
H1.HeaderClassName
{
color: #8D8353;
}
.AnyTagClassName
{
color: #8D8353;
}
</style>
background-color css
<style>
a { background-color: #8D8353; }
a { background-color: rgb(141,131,83); }
div.DivClassName
{
background-color: #8D8353;
}
.BgClassName
{
background-color: #8D8353;
}
</style>
border-color css
<style>
span { border-color: #8D8353; }
span { border-color: rgb(141,131,83); }
td.TdClassName
{
border-color: #8D8353;
}
.TagClassName
{
border-color: #8D8353;
}
</style>