Shades of Clay Creek #857C52
Tints of Clay Creek #857C52
RGB
CMYK
RGB Variations
Color information
#857C52 (or 0x857C52) is known color: Clay Creek. HEX triplet: 85, 7C and 52. RGB value is (133,124,82). Sum of RGB (Red+Green+Blue) = 133+124+82=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #857C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C52 is #7A83AD. Grayscale: #7A7A7A. Windows color (decimal): -8029102 or 5405829. OLE color: 5405829.
HSL color Cylindrical-coordinate representation of color #857C52: hue angle of 49.41º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857C52 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 82 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.48 |
| HSL | 49.41º | 0.24% | 0.42% | - |
| HSV(B) | 49.41º | 0.38% | 0.52% | - |
| XYZ | 18.4 | 20.01 | 10.88 | - |
| YUV | 121.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 82 | 0 | 0.07 | 0.38 | 0.48 | 49.41 | 0.24 | 0.42 |
| Hex | 85 | 7C | 52 | 0 | 7 | 26 | 30 | 31 | 18 | 2A |
| Octal | 205 | 174 | 122 | 0 | 7 | 46 | 60 | 61 | 30 | 52 |
| Binary | 10000101 | 1111100 | 1010010 | 0 | 111 | 100110 | 110000 | 110001 | 11000 | 101010 |
Color Harmonies of #857C52
Complementary color
Monochromatic Colors of #857C52
Black with #857C52
Text Example
Text Example
White with #857C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C52; }
p { color: rgb(133,124,82); }
H1.HeaderClassName
{
color: #857C52;
}
.AnyTagClassName
{
color: #857C52;
}
</style>
background-color css
<style>
a { background-color: #857C52; }
a { background-color: rgb(133,124,82); }
div.DivClassName
{
background-color: #857C52;
}
.BgClassName
{
background-color: #857C52;
}
</style>
border-color css
<style>
span { border-color: #857C52; }
span { border-color: rgb(133,124,82); }
td.TdClassName
{
border-color: #857C52;
}
.TagClassName
{
border-color: #857C52;
}
</style>