Shades of Clay Creek #857C5D
Tints of Clay Creek #857C5D
RGB
CMYK
RGB Variations
Color information
#857C5D (or 0x857C5D) is known color: Clay Creek. HEX triplet: 85, 7C and 5D. RGB value is (133,124,93). Sum of RGB (Red+Green+Blue) = 133+124+93=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C5D is #7A83A2. Grayscale: #7B7B7B. Windows color (decimal): -8029091 or 6126725. OLE color: 6126725.
HSL color Cylindrical-coordinate representation of color #857C5D: hue angle of 46.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 #857C5D is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 93 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.48 |
| HSL | 46.5º | 0.18% | 0.44% | - |
| HSV(B) | 46.5º | 0.3% | 0.52% | - |
| XYZ | 18.86 | 20.19 | 13.26 | - |
| YUV | 123.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 93 | 0 | 0.07 | 0.30 | 0.48 | 46.5 | 0.18 | 0.44 |
| Hex | 85 | 7C | 5D | 0 | 7 | 1E | 30 | 2E | 12 | 2C |
| Octal | 205 | 174 | 135 | 0 | 7 | 36 | 60 | 56 | 22 | 54 |
| Binary | 10000101 | 1111100 | 1011101 | 0 | 111 | 11110 | 110000 | 101110 | 10010 | 101100 |
Color Harmonies of #857C5D
Complementary color
Monochromatic Colors of #857C5D
Black with #857C5D
Text Example
Text Example
White with #857C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C5D; }
p { color: rgb(133,124,93); }
H1.HeaderClassName
{
color: #857C5D;
}
.AnyTagClassName
{
color: #857C5D;
}
</style>
background-color css
<style>
a { background-color: #857C5D; }
a { background-color: rgb(133,124,93); }
div.DivClassName
{
background-color: #857C5D;
}
.BgClassName
{
background-color: #857C5D;
}
</style>
border-color css
<style>
span { border-color: #857C5D; }
span { border-color: rgb(133,124,93); }
td.TdClassName
{
border-color: #857C5D;
}
.TagClassName
{
border-color: #857C5D;
}
</style>