Shades of Clay Creek #857E53
Tints of Clay Creek #857E53
RGB
CMYK
RGB Variations
Color information
#857E53 (or 0x857E53) is known color: Clay Creek. HEX triplet: 85, 7E and 53. RGB value is (133,126,83). Sum of RGB (Red+Green+Blue) = 133+126+83=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E53 is #7A81AC. Grayscale: #7B7B7B. Windows color (decimal): -8028589 or 5471877. OLE color: 5471877.
HSL color Cylindrical-coordinate representation of color #857E53: hue angle of 51.6º degrees, saturation: 0.23, 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 #857E53 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 83 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.48 |
| HSL | 51.6º | 0.23% | 0.42% | - |
| HSV(B) | 51.6º | 0.38% | 0.52% | - |
| XYZ | 18.7 | 20.53 | 11.16 | - |
| YUV | 123.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 83 | 0 | 0.05 | 0.38 | 0.48 | 51.6 | 0.23 | 0.42 |
| Hex | 85 | 7E | 53 | 0 | 5 | 26 | 30 | 34 | 17 | 2A |
| Octal | 205 | 176 | 123 | 0 | 5 | 46 | 60 | 64 | 27 | 52 |
| Binary | 10000101 | 1111110 | 1010011 | 0 | 101 | 100110 | 110000 | 110100 | 10111 | 101010 |
Color Harmonies of #857E53
Complementary color
Monochromatic Colors of #857E53
Black with #857E53
Text Example
Text Example
White with #857E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E53; }
p { color: rgb(133,126,83); }
H1.HeaderClassName
{
color: #857E53;
}
.AnyTagClassName
{
color: #857E53;
}
</style>
background-color css
<style>
a { background-color: #857E53; }
a { background-color: rgb(133,126,83); }
div.DivClassName
{
background-color: #857E53;
}
.BgClassName
{
background-color: #857E53;
}
</style>
border-color css
<style>
span { border-color: #857E53; }
span { border-color: rgb(133,126,83); }
td.TdClassName
{
border-color: #857E53;
}
.TagClassName
{
border-color: #857E53;
}
</style>