Shades of Clay Creek #857F5D
Tints of Clay Creek #857F5D
RGB
CMYK
RGB Variations
Color information
#857F5D (or 0x857F5D) is known color: Clay Creek. HEX triplet: 85, 7F and 5D. RGB value is (133,127,93). Sum of RGB (Red+Green+Blue) = 133+127+93=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F5D is #7A80A2. Grayscale: #7D7D7D. Windows color (decimal): -8028323 or 6127493. OLE color: 6127493.
HSL color Cylindrical-coordinate representation of color #857F5D: hue angle of 51º 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 #857F5D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 93 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.48 |
| HSL | 51º | 0.18% | 0.44% | - |
| HSV(B) | 51º | 0.3% | 0.52% | - |
| XYZ | 19.24 | 20.96 | 13.39 | - |
| YUV | 124.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 93 | 0 | 0.05 | 0.30 | 0.48 | 51 | 0.18 | 0.44 |
| Hex | 85 | 7F | 5D | 0 | 5 | 1E | 30 | 33 | 12 | 2C |
| Octal | 205 | 177 | 135 | 0 | 5 | 36 | 60 | 63 | 22 | 54 |
| Binary | 10000101 | 1111111 | 1011101 | 0 | 101 | 11110 | 110000 | 110011 | 10010 | 101100 |
Color Harmonies of #857F5D
Complementary color
Monochromatic Colors of #857F5D
Black with #857F5D
Text Example
Text Example
White with #857F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F5D; }
p { color: rgb(133,127,93); }
H1.HeaderClassName
{
color: #857F5D;
}
.AnyTagClassName
{
color: #857F5D;
}
</style>
background-color css
<style>
a { background-color: #857F5D; }
a { background-color: rgb(133,127,93); }
div.DivClassName
{
background-color: #857F5D;
}
.BgClassName
{
background-color: #857F5D;
}
</style>
border-color css
<style>
span { border-color: #857F5D; }
span { border-color: rgb(133,127,93); }
td.TdClassName
{
border-color: #857F5D;
}
.TagClassName
{
border-color: #857F5D;
}
</style>