Shades of Clay Creek #857A5D
Tints of Clay Creek #857A5D
RGB
CMYK
RGB Variations
Color information
#857A5D (or 0x857A5D) is known color: Clay Creek. HEX triplet: 85, 7A and 5D. RGB value is (133,122,93). Sum of RGB (Red+Green+Blue) = 133+122+93=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A5D is #7A85A2. Grayscale: #7A7A7A. Windows color (decimal): -8029603 or 6126213. OLE color: 6126213.
HSL color Cylindrical-coordinate representation of color #857A5D: hue angle of 43.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #857A5D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 93 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.48 |
| HSL | 43.5º | 0.18% | 0.44% | - |
| HSV(B) | 43.5º | 0.3% | 0.52% | - |
| XYZ | 18.61 | 19.7 | 13.18 | - |
| YUV | 121.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 93 | 0 | 0.08 | 0.30 | 0.48 | 43.5 | 0.18 | 0.44 |
| Hex | 85 | 7A | 5D | 0 | 8 | 1E | 30 | 2C | 12 | 2C |
| Octal | 205 | 172 | 135 | 0 | 10 | 36 | 60 | 54 | 22 | 54 |
| Binary | 10000101 | 1111010 | 1011101 | 0 | 1000 | 11110 | 110000 | 101100 | 10010 | 101100 |
Color Harmonies of #857A5D
Complementary color
Monochromatic Colors of #857A5D
Black with #857A5D
Text Example
Text Example
White with #857A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A5D; }
p { color: rgb(133,122,93); }
H1.HeaderClassName
{
color: #857A5D;
}
.AnyTagClassName
{
color: #857A5D;
}
</style>
background-color css
<style>
a { background-color: #857A5D; }
a { background-color: rgb(133,122,93); }
div.DivClassName
{
background-color: #857A5D;
}
.BgClassName
{
background-color: #857A5D;
}
</style>
border-color css
<style>
span { border-color: #857A5D; }
span { border-color: rgb(133,122,93); }
td.TdClassName
{
border-color: #857A5D;
}
.TagClassName
{
border-color: #857A5D;
}
</style>