Shades of Clay Creek #8D8753
Tints of Clay Creek #8D8753
RGB
CMYK
RGB Variations
Color information
#8D8753 (or 0x8D8753) is known color: Clay Creek. HEX triplet: 8D, 87 and 53. RGB value is (141,135,83). Sum of RGB (Red+Green+Blue) = 141+135+83=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8753 is #7278AC. Grayscale: #838383. Windows color (decimal): -7501997 or 5474189. OLE color: 5474189.
HSL color Cylindrical-coordinate representation of color #8D8753: hue angle of 53.79º 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 #8D8753 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 83 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.45 |
| HSL | 53.79º | 0.26% | 0.44% | - |
| HSV(B) | 53.79º | 0.41% | 0.55% | - |
| XYZ | 21.21 | 23.62 | 11.62 | - |
| YUV | 130.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 83 | 0 | 0.04 | 0.41 | 0.45 | 53.79 | 0.26 | 0.44 |
| Hex | 8D | 87 | 53 | 0 | 4 | 29 | 2D | 36 | 1A | 2C |
| Octal | 215 | 207 | 123 | 0 | 4 | 51 | 55 | 66 | 32 | 54 |
| Binary | 10001101 | 10000111 | 1010011 | 0 | 100 | 101001 | 101101 | 110110 | 11010 | 101100 |
Color Harmonies of #8D8753
Complementary color
Monochromatic Colors of #8D8753
Black with #8D8753
Text Example
Text Example
White with #8D8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8753; }
p { color: rgb(141,135,83); }
H1.HeaderClassName
{
color: #8D8753;
}
.AnyTagClassName
{
color: #8D8753;
}
</style>
background-color css
<style>
a { background-color: #8D8753; }
a { background-color: rgb(141,135,83); }
div.DivClassName
{
background-color: #8D8753;
}
.BgClassName
{
background-color: #8D8753;
}
</style>
border-color css
<style>
span { border-color: #8D8753; }
span { border-color: rgb(141,135,83); }
td.TdClassName
{
border-color: #8D8753;
}
.TagClassName
{
border-color: #8D8753;
}
</style>