Shades of Clay Creek #857D5D
Tints of Clay Creek #857D5D
RGB
CMYK
RGB Variations
Color information
#857D5D (or 0x857D5D) is known color: Clay Creek. HEX triplet: 85, 7D and 5D. RGB value is (133,125,93). Sum of RGB (Red+Green+Blue) = 133+125+93=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #857D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D5D is #7A82A2. Grayscale: #7B7B7B. Windows color (decimal): -8028835 or 6126981. OLE color: 6126981.
HSL color Cylindrical-coordinate representation of color #857D5D: hue angle of 48º 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 #857D5D is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 125 | 93 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.48 |
| HSL | 48º | 0.18% | 0.44% | - |
| HSV(B) | 48º | 0.3% | 0.52% | - |
| XYZ | 18.98 | 20.44 | 13.3 | - |
| YUV | 123.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 93 | 0 | 0.06 | 0.30 | 0.48 | 48 | 0.18 | 0.44 |
| Hex | 85 | 7D | 5D | 0 | 6 | 1E | 30 | 30 | 12 | 2C |
| Octal | 205 | 175 | 135 | 0 | 6 | 36 | 60 | 60 | 22 | 54 |
| Binary | 10000101 | 1111101 | 1011101 | 0 | 110 | 11110 | 110000 | 110000 | 10010 | 101100 |
Color Harmonies of #857D5D
Complementary color
Monochromatic Colors of #857D5D
Black with #857D5D
Text Example
Text Example
White with #857D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D5D; }
p { color: rgb(133,125,93); }
H1.HeaderClassName
{
color: #857D5D;
}
.AnyTagClassName
{
color: #857D5D;
}
</style>
background-color css
<style>
a { background-color: #857D5D; }
a { background-color: rgb(133,125,93); }
div.DivClassName
{
background-color: #857D5D;
}
.BgClassName
{
background-color: #857D5D;
}
</style>
border-color css
<style>
span { border-color: #857D5D; }
span { border-color: rgb(133,125,93); }
td.TdClassName
{
border-color: #857D5D;
}
.TagClassName
{
border-color: #857D5D;
}
</style>