Shades of Clay Creek #857C49
Tints of Clay Creek #857C49
RGB
CMYK
RGB Variations
Color information
#857C49 (or 0x857C49) is known color: Clay Creek. HEX triplet: 85, 7C and 49. RGB value is (133,124,73). Sum of RGB (Red+Green+Blue) = 133+124+73=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #857C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C49 is #7A83B6. Grayscale: #797979. Windows color (decimal): -8029111 or 4816005. OLE color: 4816005.
HSL color Cylindrical-coordinate representation of color #857C49: hue angle of 51º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857C49 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 73 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.48 |
| HSL | 51º | 0.29% | 0.4% | - |
| HSV(B) | 51º | 0.45% | 0.52% | - |
| XYZ | 18.08 | 19.88 | 9.19 | - |
| YUV | 120.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 73 | 0 | 0.07 | 0.45 | 0.48 | 51 | 0.29 | 0.4 |
| Hex | 85 | 7C | 49 | 0 | 7 | 2D | 30 | 33 | 1D | 28 |
| Octal | 205 | 174 | 111 | 0 | 7 | 55 | 60 | 63 | 35 | 50 |
| Binary | 10000101 | 1111100 | 1001001 | 0 | 111 | 101101 | 110000 | 110011 | 11101 | 101000 |
Color Harmonies of #857C49
Complementary color
Monochromatic Colors of #857C49
Black with #857C49
Text Example
Text Example
White with #857C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C49; }
p { color: rgb(133,124,73); }
H1.HeaderClassName
{
color: #857C49;
}
.AnyTagClassName
{
color: #857C49;
}
</style>
background-color css
<style>
a { background-color: #857C49; }
a { background-color: rgb(133,124,73); }
div.DivClassName
{
background-color: #857C49;
}
.BgClassName
{
background-color: #857C49;
}
</style>
border-color css
<style>
span { border-color: #857C49; }
span { border-color: rgb(133,124,73); }
td.TdClassName
{
border-color: #857C49;
}
.TagClassName
{
border-color: #857C49;
}
</style>