Shades of Clay Creek #857E55
Tints of Clay Creek #857E55
RGB
CMYK
RGB Variations
Color information
#857E55 (or 0x857E55) is known color: Clay Creek. HEX triplet: 85, 7E and 55. RGB value is (133,126,85). Sum of RGB (Red+Green+Blue) = 133+126+85=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #857E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E55 is #7A81AA. Grayscale: #7B7B7B. Windows color (decimal): -8028587 or 5602949. OLE color: 5602949.
HSL color Cylindrical-coordinate representation of color #857E55: hue angle of 51.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857E55 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 85 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.48 |
| HSL | 51.25º | 0.22% | 0.43% | - |
| HSV(B) | 51.25º | 0.36% | 0.52% | - |
| XYZ | 18.77 | 20.56 | 11.57 | - |
| YUV | 123.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 85 | 0 | 0.05 | 0.36 | 0.48 | 51.25 | 0.22 | 0.43 |
| Hex | 85 | 7E | 55 | 0 | 5 | 24 | 30 | 33 | 16 | 2B |
| Octal | 205 | 176 | 125 | 0 | 5 | 44 | 60 | 63 | 26 | 53 |
| Binary | 10000101 | 1111110 | 1010101 | 0 | 101 | 100100 | 110000 | 110011 | 10110 | 101011 |
Color Harmonies of #857E55
Complementary color
Monochromatic Colors of #857E55
Black with #857E55
Text Example
Text Example
White with #857E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E55; }
p { color: rgb(133,126,85); }
H1.HeaderClassName
{
color: #857E55;
}
.AnyTagClassName
{
color: #857E55;
}
</style>
background-color css
<style>
a { background-color: #857E55; }
a { background-color: rgb(133,126,85); }
div.DivClassName
{
background-color: #857E55;
}
.BgClassName
{
background-color: #857E55;
}
</style>
border-color css
<style>
span { border-color: #857E55; }
span { border-color: rgb(133,126,85); }
td.TdClassName
{
border-color: #857E55;
}
.TagClassName
{
border-color: #857E55;
}
</style>