Shades of Clay Creek #8D8253
Tints of Clay Creek #8D8253
RGB
CMYK
RGB Variations
Color information
#8D8253 (or 0x8D8253) is known color: Clay Creek. HEX triplet: 8D, 82 and 53. RGB value is (141,130,83). Sum of RGB (Red+Green+Blue) = 141+130+83=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8253 is #727DAC. Grayscale: #808080. Windows color (decimal): -7503277 or 5472909. OLE color: 5472909.
HSL color Cylindrical-coordinate representation of color #8D8253: hue angle of 48.62º 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 #8D8253 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 83 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.45 |
| HSL | 48.62º | 0.26% | 0.44% | - |
| HSV(B) | 48.62º | 0.41% | 0.55% | - |
| XYZ | 20.53 | 22.25 | 11.4 | - |
| YUV | 127.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 83 | 0 | 0.08 | 0.41 | 0.45 | 48.62 | 0.26 | 0.44 |
| Hex | 8D | 82 | 53 | 0 | 8 | 29 | 2D | 31 | 1A | 2C |
| Octal | 215 | 202 | 123 | 0 | 10 | 51 | 55 | 61 | 32 | 54 |
| Binary | 10001101 | 10000010 | 1010011 | 0 | 1000 | 101001 | 101101 | 110001 | 11010 | 101100 |
Color Harmonies of #8D8253
Complementary color
Monochromatic Colors of #8D8253
Black with #8D8253
Text Example
Text Example
White with #8D8253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8253; }
p { color: rgb(141,130,83); }
H1.HeaderClassName
{
color: #8D8253;
}
.AnyTagClassName
{
color: #8D8253;
}
</style>
background-color css
<style>
a { background-color: #8D8253; }
a { background-color: rgb(141,130,83); }
div.DivClassName
{
background-color: #8D8253;
}
.BgClassName
{
background-color: #8D8253;
}
</style>
border-color css
<style>
span { border-color: #8D8253; }
span { border-color: rgb(141,130,83); }
td.TdClassName
{
border-color: #8D8253;
}
.TagClassName
{
border-color: #8D8253;
}
</style>